ComputerDictionaries.org      Computer terms spelled out...
Home -› DOS -› ResourceBundle
Online dictionary
From all dictionaries     Only from this dictionary
 

Dictionaries by Category


High-Tech News

Definition Of:

ResourceBundle

DOSJDK Doc (JAVA)
- class java.util..ResourceBundle 
public abstract class ResourceBundle extends Object 
Tree:java.lang.Object - java.util.ResourceBundle
Resource bundles contain locale-specific objects. When your program needs a locale-specific resource, a String for example, your program can load it from the resource bundle that is appropriate for the current user's locale. In this way, you can write program code that is largely independent of the user's locale isolating most, if not all, of the locale-specific information in resource bundles.
 
- Constructor for class java.util.ResourceBundle 
public ResourceBundle ()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
See also: , , , ,