What is the ResourceBundle class

The ResourceBundle class is used to store locale-specific resources that can be loaded bya program totailor the program's appearance to the particular locale in which it is being run.

Showing Answers 1 - 3 of 3 Answers

ResourceBundle is a set of related subclasses that share the same base name.It can be used instead of the Properties class. It is useful when developing applications for different languages,the ResourceBundle class will find the correct properties file based on the current user locale.
Answer Question

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions