Q - Java Terms
Quartz is an open source job scheduler. It provides powerful mechanisms for job scheduling.
Quartz is an open source job scheduler. It provides powerful mechanisms for job scheduling.
Q - Java Terms

- Java Quartz Framework
Quartz is an open source job scheduler. It provides powerful
mechanisms for job scheduling. It can be used with any application using JSE or JEE specifications provided
by the Sun Micro Systems.
- Java Queue
A queue is a collection interface that holds the
objects. collections are designed to hold elements prior to processing. Queues
provide additional insertion, extraction, and inspection operations along with
the collection operations.
Ads