Deep dive into the Date and Time in Java
In java.util.date and java.sql.date these two packages are have if we use date from utils package then we will get Sun Nov 10 14:25:26 IST 2024
if we use java.sql.date we get year-month-date
In java 8 introduced new Date and Time Api:
The new API was...
nithinmanupuri.hashnode.dev2 min read