I would like to know what is the difference between the objects java.util.Date
and java.sql.Date
, also if I am creating an application using Hibernate JPA which of these objects should I use to save my dates.
I must say that my application works well with both, as far as I have been able to prove, what I would like to know is if any of these objects has a feature that differentiates it from the other.