By sumit_sharma
via compilr.org
Published: Jan 07 2013 / 11:47
Task scheduler is very important concept in today’s programming environment so I am discussing with you how we can implement a task scheduler in java. Prior to discuss this you need to aware about the java’s java.util package. we use this package for our implementation. We require two important class of this package one is java.util.Timer and another is java.util.TimerTask.
Add your comment