When we need something to do as automatically i.e, scheduled action of program, we usually think of jar's which could do our work.
But in java we have build-in classes know as Process, Runtime and Schedular
ExecutorService.
-> java.lang.Process.
-> java.lang.Runtime.
-> java.util.concurrent.
But we have some jar for doing such jobs:
-> cron4j
-> Quartz
But in java we have build-in classes know as Process, Runtime and Schedular
ExecutorService.
-> java.lang.Process.
-> java.lang.Runtime.
-> java.util.concurrent.
But we have some jar for doing such jobs:
-> cron4j
-> Quartz
No comments:
Post a Comment