This tutorial covers how to use the Java SE 8 Date and Time API, which replaces the existing java.util.Date and java.util.Calendar classes by incorporating ideas from Joda-Time.
The new Date and Time API was introduced in Java SE 8 with the following solutions:The improved API design clearly separates the human-readable date time and machine time.The new Date and Time API makes all the classes immutable, which is suitable for the multithreaded environment. There is more clarity in the API design level. The methods are clearly defined and perform the same action in all classes.
Release Date: 10-Jul-14
Duration: 30 minutes
Credited To: Shilpa Chetan
No Flash Plugin Needed