explain how java se 8 data and time api solves issues of old java date api?
Answer / Ananda Gk
Java SE 8's Date and Time API addresses several issues with the old Java Date API. Firstly, it provides a clear separation between date and time, eliminating the need for `Date` objects that combined both. Secondly, it provides a more intuitive and consistent interface through the classes such as `LocalDate`, `LocalTime`, `LocalDateTime`, `ZonedDateTime`, and `Instant`. Thirdly, it supports internationalization through Localized formats and calendar systems. Lastly, it improves performance by using immutable objects that can be easily compared and manipulated without the need for explicit synchronization.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between swing and awt components?
What are the authentication modes in asp.net? : java security
What is cache in java?
What is phantom memory?
What does jpa mean?
What is a yaml file in java?
What is jdk for netbeans ide?
What is cookie in java?
What do you understand by numeric promotion?
What is an interceptor in java?
Which method is used to create the daemon thread?
What is transactional in java?