What is Timer and TimerTask in Java – Tutorial Example
Timer in Java is a utility class which is used to schedule tasks for both one time and repeated execution. Timer is similar to alarm facility many people use in mobile phone. Just like you can have one time alarm or repeated alarm, You can use java.util.T
javarevisited.blogspot.com |