Problem #565 CORE JAVA PROGRAMMING

Create a Java program to access the java.util.Date class through qualified way and print the current date of the system but inherit the Date class.

Your Solution