Re: what's the difference?
Posted By:
eimi_nos
Posted On:
Friday, November 22, 2002 12:18 AM
The class java.sql.Date extends java.util.Date and overrides some methods especially the method toString() and valueOF(String), which allows JDBC to identify as anSQL DATE value.