|
All Packages Class Hierarchy This Package Previous Next Index Class java.util.PropertyResourceBundlejava.lang.Object | +----java.util.ResourceBundle | +----java.util.PropertyResourceBundle
PropertyResourceBundle is an abstract subclass of
ResourceBundle that manages resources for a locale
using a set of static strings from a property file. See
ResourceBundle for more information about resource
bundles in general.
The property file contains the keys that you use in your source code
in calls to In the following example, the keys are of the form "s1"... The actual keys are entirely up to your choice, so long as they are the same as the keys you use in your program to retrieve the objects from the bundle. Keys are case-sensitive.
|
|||||||||||||||||
|
With any suggestions or questions please feel free to contact us | ||||||||||||||||||