The Timer and TimerTask classes share a common feature in that both work together and have the ability to schedule a task for execution at some future time. Timer is used to schedule a task for execution. The task that is scheduled is an instance of TimerTask. The TimerTask class implements the Runnable interface and hence can be used to create a thread of execution. Its constructor is as follows:
Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.