InterviewSolution
Saved Bookmarks
| 1. |
What were the drawbacks of Date/ Time API in Java 7 that lead to some enhancements to the API in Java 8? |
|
Answer» The following were the drawbacks:
The above drawbacks were fixed in Java 8 like INTRODUCTION of utility methods for date operations. |
|