What is the ResourceBundle?

Answers were Sorted based on User's Feedback



What is the ResourceBundle?..

Answer / ajay

ResourceBundle is a property file handler with locales
support, it allows you to support multiple languages in
your application. There's a full explaination on what
ResourceBundle is and how it has to be used in the javadoc.

Yes, ResourceBundle can be used instead of the Properties
class. It would be particularly usefull when developing
applications for different languages. The ResourceBundle
class will find the correct properties file based on the
current user locale.

The advantages of using ResourceBundle taken from the
javadoc This allows you to write programs that can:

be easily localized, or translated, into different
languages
handle multiple locales at once
be easily modified later to support even more locales

Is This Answer Correct ?    4 Yes 0 No

What is the ResourceBundle?..

Answer / ravikiran

resource bundle is to save the message as key value pairs

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is the difference between Abstract Class and Interface

8 Answers   Amdocs,


Name four container classes.

0 Answers  


Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.

0 Answers  


Can we inherit the constructor in a Class?please give one example.

9 Answers   iGate,


Describe the term diamond problem.

0 Answers  






Is it possible to override private or static method in java?

0 Answers  


Is string passed by reference in java?

0 Answers  


How to set the Heap size in Java ?

2 Answers   HCL,


Explain OOPs concept.

0 Answers   Syntel, Visa,


What does n mean?

0 Answers  


How many bits is a float?

0 Answers  


What is Remote Interface ?

6 Answers   CTS,


Categories