The _______ constructor displays the current date.
-
Day ()
-
Today ()
-
Date ()
-
Now ()
C
Correct answer
Explanation
The Date() constructor in Java creates a Date object representing the current date and time when instantiated without arguments. It initializes the object with the system's current time, making it the correct choice for displaying the current date.