Java Swing Timer. This Timer belong to javax.swing.Timer class. And i will show java.util.Timer and TimerTask class next video.
1.javax.swing.Timer can only be used in Swing applications.
2. javax.swing.Timer is a more appropriate choice over java.util.Timer for Swing applications.
3. javax.swing.Timer handles thread sharing.