Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am a beginner to java,i want check status of some variable continuously,for that i need a timer, can anyone help to implement timer.
Posted
Updated 27-Jun-13 1:23am
v2

 
Share this answer
 
Another preferred approach is java TimerTask.

http://docs.oracle.com/javase/6/docs/api/java/util/TimerTask.html[^]

It works same as Timer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900