RSS Feed for This PostCurrent Article

Java: Always Use java.util.Date in iBATIS instead of java.sql.Date

It is clearly stated in the documentation

The use of java.sql. date types is discouraged.  It is a best practice to use java.util.Date instead

Some more java.sql.Date has no time component.


Trackback URL


RSS Feed for This PostPost a Comment