|
Java™ by example!
|
|
|
Why are some date constructors deprecated?
Lots of methods in java.util.Date have been deprecated to allow a cleaner internationalized implementation. Eg. A GregorianCalendar (included in the JDK) has a different implementation than a ChineseCalendar (From IBM DeveloperWorks) For alternatives to deprecated methods, read this page.
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|