Home » JAVA Programming » Basic Datatypes » Question
  1. What is the replacement of joda time library in java 8?
    1. java.joda
    2. java.date (JSR-310)
    3. java.jodaTime
    4. java.time (JSR-310)
    5. None of these
Correct Option: D

In java 8,we are asked to migrate to java.time (JSR-310) which is a core part of the JDK which replaces joda library project.



Your comments will be displayed only after manual approval.