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.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) |
|