1.

What Are The Three Key Components To Consider When Using Java Quartz?

Answer»

The SCHEDULER, job and TRIGGER. The scheduler COORDINATES the execution of the job and the trigger sets up the interval and frequency with which the job will run.

The scheduler, job and trigger. The scheduler coordinates the execution of the job and the trigger sets up the interval and frequency with which the job will run.



Discussion

No Comment Found