Date class

Hi,

There is java.util.Date, java.util.GregorianCalendar, java.sql.Date. It seems that java.util.Date and java.sql.Date is being depreciated. I am got a feeling that java.util.GregorianCalendar is slow? Is it true? Does it uses more resources compare to java.util.Date or java.sql.Date? Should I worry if I use java.util.GregorianCalendar

Thanks

james

[376 byte] By [jemuzua] at [2007-11-27 2:15:01]
# 1
> Should I worry if I use java.util.GregorianCalendarNo
ChuckBinga at 2007-7-12 2:11:21 > top of Java-index,Java Essentials,Java Programming...