Internationalization Localization Question:
Download Job Interview Questions and Answers PDF
Do you know what is resource bundles in Java?
Answer:
The place where an application stores its locale-specific data (isolated from source code).
When your program needs a locale-specific resource your program can load it from the resource bundle that is appropriate for the current user's locale.
When your program needs a locale-specific resource your program can load it from the resource bundle that is appropriate for the current user's locale.
Download Internationalization Localization Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain Locale in Java? | What is the difference between Localization and internationalization? |