InterviewSolution
Saved Bookmarks
| 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.jodaTime |
|
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. |
|