run a program or method at specific time in java

Posted by Parth on Stack Overflow See other posts from Stack Overflow or by Parth
Published on 2010-03-21T21:13:17Z Indexed on 2010/03/21 21:21 UTC
Read the original article Hit count: 319

Filed under:
|
|

I just want that my program or method should run at specific date and time. i have heard about Timer and TimerTask in java api. But don't know exactly how to use it.

© Stack Overflow or respective owner

Related posts about scheduled-tasks

Related posts about java