Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the ResourceBundle?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain java coding standards for classes or java coding conventions for classes?

1175


What are the methods used to implement for the key object in the hash map?

1086


What is widening and narrowing in java? Discuss with an example.

1100


What does a boolean method return?

1300


Explain creating threads by implementing runnable class?

1235


Discuss different types of errors that generally occur while programming.

1086


Explain hashset and its features?

1210


What is mnemonic code?

1074


What is meant by nested loop?

1086


Why singleton pattern is better than creating singleton class with static instance?

1051


What is the use of inner class?

1096


What is the difference between equals() and?

1258


What does  mean in regex?

1106


what are synchronized methods and synchronized statements? : Java thread

1046


Can we use return in constructor?

995