upload
Sun Microsystems Inc.
Sektör: Computer
Number of terms: 4807
Number of blossaries: 1
Company Profile:
Sun Microsystems is a multinational vendor of computers, computer software and hardware, and information technology services.
A thread is waiting for a resource or data; such as, return data from a pending disk read, or waiting for another thread to unlock a resource.
Industry:Computer
The standard for binary floating-point arithmetic developed by the Institute of Electrical and Electronics Engineers, published in 1985.
Industry:Computer
A text-based document containing static text and JSP elements that describes how to process a request to create a response. A JSP page is translated into and handles requests as a servlet.
Industry:Computer
The set of security roles defined by the application assembler.
Industry:Computer
A technology that provides CORBA interoperability and connectivity capabilities for the J2EE platform. These capabilities enable J2EE applications to invoke operations on remote network services using the Object Management Group IDL and IIOP.
Industry:Computer
The runtime portion of a J2EE product. A J2EE server provides EJB or Web containers or both.
Industry:Computer
A technology that allows Web browsers and Web servers to communicate over a secured connection.
Industry:Computer
The radix complement of a binary numeral, formed by subtracting each digit from 1, then adding 1 to the least significant digit and executing any required carries. For example, the two's complement of 1101 is 0011.
Industry:Computer
A task is enabled for execution by a processor when its results are required by another task that is also enabled; such as, a graph reduction model. A graph reduction program consists of reducible expressions that are replaced by their computed values as the computation progresses through time. Most of the time, the reductions are done in parallel--nothing prevents parallel reductions except the availability of data from previous reductions. See also control flow model, data flow model.
Industry:Computer
The protocol for transferring the state of an entity bean between its instance variables and an underlying database.
Industry:Computer