1.

What is the feature of the new Date and Time API in Java 8?

Answer»
  • Immutable CLASSES and Thread-safe 
  • Timezone support
  • Fluent methods for OBJECT CREATION and arithmetic
  • Addresses I18N issue for earlier APIs
  • Influenced by POPULAR joda-time package
  • All packages are based on the ISO-8601 CALENDAR system


Discussion

No Comment Found