Showing posts with label java.sql.Timestamp. Show all posts
Showing posts with label java.sql.Timestamp. Show all posts

java.util.Date to java.sql.Date with timestamp

java.sql.Date() class mainly used in JDBC API. If we need to set date value or need to get date from JDBC result-set then we need to go for java.sql.Date(). Actually java.sql.Date() class extends java.util.Date()...