Skip to content

Latest commit

 

History

History

chapter_5

Chapter 5: Dates, Strings and Localization

📜 Contents 📜


🎯 Exam Objectives 🎯

  1. Use Java SE 8 Date/Time API
  • Create and manage date and time based events using a combination of data and time into a single object using LocalDate, LocalTime, LocalDateTime, Instant, Period and Duration.
  • Work with dates and times across timezones and manage changes from daylight savings including Format date and time values.
  • Define and create time and date based events using Instant, Period, TemporalUnit and Duration
  1. Localization
  • Read and set the local by using the Locale object.
  • Create and read a properties file
  • Build a resource bundle for each Locale and load a resource bundle into an application