What is the ResourceBundle class

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

Showing Answers 1 - 1 of 1 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 usefull when developing applications for different languages,the ResourceBundle class will find the correct properties file based on the current user locale.

  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