Chapter 22Localization
THE OCP EXAM TOPICS COVERED IN THIS PRACTICE TEST INCLUDE THE FOLLOWING:
- Localization
- Read and set the locale by using the Locale object
- Create and read a Properties file
- Build a resource bundle for each locale and load a resource bundle in an application
-
Which is not a locale?
- Cultural region
- Geographical region
- Political region
- Time zone region
-
When localizing an application, which type of data varies in presentation depending on locale?
- Currencies
- Dates
- Both
- Neither
-
How do you find out the locale of the running program?
- Locale.get("default")
- Locale.get(Locale.DEFAULT)
- Locale.getDefault()
- None of ...
Get OCA / OCP Java SE 8 Programmer Practice Tests now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.