Java – the problems and limitations of the Date class
In the post we will show what problems Java Date has. In Java 1.0 only support for date and time was the java.util.Date class. The usability of this class is harmed by some wrong design decisions.