Discuss the below:
Q: Create a program that displays a digital clock in a window using an applet. The clock should show, day of week, date, time, time zone and year.
The two following classes should help get some of the information needed.
import java.util.Date;
import javax.swing.Timer;