No parameter constructor of JAVA Date class does not exist? The constructor Date() is undefine

Please check the package you imported. It
seems that the Date in the sql package does not have this constructor.
In fact, you should want to import the Date in the util.

Guess you like

Origin blog.csdn.net/roswellnotfound/article/details/108917418