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 are the important features of Java 10 release?

0 Answers  


How many bits is a char?

0 Answers  


What is advantage of java?

0 Answers  


What is generic class?

0 Answers   Tech Mahindra,


What is meant by constructor?

8 Answers  






What is java command?

0 Answers  


Explain list interface?

0 Answers  


Explain access modifiers in java.

0 Answers  


What are the two main uses of volatile in Java?

0 Answers  


How many bytes is a string in java?

0 Answers  


What will happen if we write code like: try{}catch(exception e)catch(IOException i)

6 Answers   CTS, TCS,


What are the traverses in Binary Tree?

2 Answers   Adobe, Infosys,


Categories