java.util.Date:
public class Date extends Object implements Serializable, Cloneable, ComparableThe class Date represents a specific instant in time, with millisecond precision.java.sql.Date:
public class Date extends DateA thin wrapper around a millisecond value that allows JDBC to identify this as an SQL DATE value. A milliseconds value represents the number of milliseconds that have passed since January 1, 1970 00:00:00.000 GMT. timestamp:时间戳?
TIMESTAMP(数字时间戳)服务开展成功的电子商务应用,要求交易结果对于参与双方应该是有约束力的,参与方不能否认其行为。这其中需要在经过数字签名的交易上打上一个可信赖的时间戳,从而解决一系列的实际和法律问题。
http://www.cfca.com.cn/news/010909-3.htm