1.

What is the replacement of joda time library in java 8?(a) java.time (JSR-310)(b) java.date (JSR-310)(c) java.joda(d) java.jodaTimeThis question was addressed to me by my college professor while I was bunking the class.I need to ask this question from Data Type-Date, TimeZone in chapter Data Types, Variables and Arrays of Java

Answer»

The correct CHOICE is (a) java.time (JSR-310)

The explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions