Q - Java Terms

Quartz is an open source job scheduler. It provides powerful mechanisms for job scheduling.

Q - Java Terms

Q - Java Terms

     

  1. 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. 
      
  2. 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.