upload
Sun Microsystems Inc.
Industria: 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.
ulp
Stands for unit in last place. In binary formats, the least significant bit of the significand, bit 0, is the unit in the last place.
Industry:Computer
A NaN (not a number) that raises the invalid operation exception whenever it appears as an operand.
Industry:Computer
Stands for ulp of x truncated in working format.
Industry:Computer
A NaN (not a number) that propagates through almost every arithmetic operation without raising new exceptions.
Industry:Computer
NaN
Stands for Not a Number. A symbolic entity that is encoded in floating-point format.
Industry:Computer
A name that gets mapped to the document root of a Web application.
Industry:Computer
A module that reads in XML data from an input source and breaks it into chunks so that your program knows when it is working with a tag, an attribute, or element data. A nonvalidating parser ensures that the XML data is well formed but does not verify that it is valid. See also validating parser.
Industry:Computer
Standard Error is the Unix file pointer to standard error output. This file is opened when a program is started.
Industry:Computer
A model of the world that is used to formulate a computer solution to a problem. Paradigms provide a context in which to understand and solve a real-world problem. Because a paradigm is a model, it abstracts the details of the problem from the reality, and in doing so, makes the problem easier to solve. Like all abstractions, however, the model can be inaccurate because it only approximates the real world. See also Multiple Instruction Multiple Data, Single Instruction Multiple Data, Single Instruction Single Data, Single Program Multiple Data.
Industry:Computer
Specifies the implementation of a transaction manager that supports JTA and implements the Java mapping of the Object Management Group Object Transaction Service 1.1 specification at the level below the API.
Industry:Computer