曹
曹晓钢
Unregistered / Unconfirmed
GUEST, unregistred user!
我用
new java.sql.Date(Year,Month,Day);
编译的时候有个警告:
The constructor invoked to create java.sql.Date with arguments (int, int, int) is deprecated
帮助说是应该有同名的方法。
那么现在正确的写法应该是怎么写的?
new java.sql.Date(Year,Month,Day);
编译的时候有个警告:
The constructor invoked to create java.sql.Date with arguments (int, int, int) is deprecated
帮助说是应该有同名的方法。
那么现在正确的写法应该是怎么写的?