New Date Time Questions

What is Java New Date Time API?

Java 8 introduced new APIs for Date and Time to address the shortcomings of the older java.util.Date and java.util.Calendar.

Below are the main issues with Older API.

  • Thread Safety
  • Api Design and Ease of Understanding
  • Zoned Date and Time