Java system library has two date classes one is java.sql.Date and other is java.util.Date , why do you have two date classes in java? because sql date mapped with ANSI SQL date object, it also highlight the main difference that sql date can not represent time details
Comments
Nice post!