What is the ResourceBundle class?

What is the ResourceBundle class?

A ResourceBundle is a group of related sub classes which are sharing the same base name. For example, ButtonLabel is the base name. All the characters following the base name indicate the following elements respectively.

language code, country code,platform code.

Example : Locale.ButtonLabel_en_GB_Unix - It matches the Locale specifies the code for English language(en) and the country code for Great Britain(GB) and the UNIX platform.
What is the Vector class?
What is the Vector class? - The capability of implementing a growable array of object is provided by the class Vector...
What is the SimpleTimeZone class?
What is the SimpleTimeZone class? - SimpleTimeZone is a concrete subclass of TimeZone class...
What is the purpose of the System class?
Purpose of the System class - System class is provided with useful fields (static members) that are pertaining to the environment...
Post your comment