java-util-date-sql-date
java.util.Date vs java.sql.Date ** 1. Overview In this tutorial, we’re going to compare two date classes: java.util.Date and java.sql.Date. Once we complete the comparison, it should be clear which one to use and why. 2. java.util.Date The java.util.Date class represents a particular moment in time, with millisecond precision since the 1st of… Continue Reading java-util-date-sql-date