Wednesday, 18 November 2015

Difference between java.sql.Date() and java.util.Date()

sql date represent only Date information (e.g. year, month, day) while util Date represent both date and time information.

No comments:

Post a Comment