Translation glossary: Java terms

Creator:
Filter
Reset
Showing entries 151-200 of 242
« Prev Next »
 
memberA field or method of a class. Unless specified otherwise, a member is not static. 
English
methodA function defined in a class. See also instance method, class method. Unless specified otherwise, a method is not static. 
English
multithreadedDescribes a program that is designed to have parts of its code execute concurrently. See also thread. 
English
nativeA Java keyword that is used in method declarations to specify that the method is not implemented in the same Java source file, but rather in another l 
English
newA Java keyword used to create an instance of a class. 
English
nullThe null type has one value, the null reference, represented by the literal null, which is formed from ASCII characters. A null literal is always of t 
English
objectThe principal building blocks of object-oriented programs. Each object is a programming unit consisting of data (instance variables) and functionality 
English
object-oriented designA software design method that models the characteristics of abstract or real objects using classes and objects. 
English
octalThe numbering system using 8 as its base, using the numerals 0-7 as its digits. In programs written in the Java programming language, octal numbers mu 
English
optional packagesThe set or sets of APIs in a Java platform edition which are available with and may be supported in a compatible implementation. 
English
ORBObject Request Broker. A library than enables CORBA objects to locate and communicate with one another. 
English
OS principalA principal native to the operating system on which the Java platform is executing. 
English
OTSObject Transaction Service. A definition of the interfaces that permit CORBA objects to participate in transactions. 
English
overloadingUsing one identifier to refer to multiple items in the same scope. In the Java programming language, you can overload methods but not variables or ope 
English
overridingProviding a different implementation of a method in a subclass of the class that originally defined the method. 
English
packageA group of types. Packages are declared with the package keyword. 
English
peerIn networking, any functional unit in the same layer as another entity. 
English
persistenceThe protocol for transferring the state of a bean between its instance variables and an underlying database. 
English
pixelThe picture element on a display area, such as a monitor screen or printed page. Each pixel is individually accessible. 
English
POAPortable Object Adapter. A CORBA standard for building server-side applications that are portable across heterogeneous ORBs. 
English
primary keyAn object that uniquely identifies an entity bean within a home. 
English
primitive typeA variable data type in which the variable\'s value is of the appropriate size and format for its type: a number, a character, or a boolean value. 
English
principalThe identity assigned to an entity as a result of authentication. 
English
privateA Java keyword used in a method or variable declaration. It signifies that the method or variable can only be accessed by other elements of its class. 
English
privilegeA security attribute that does not have the property of uniqueness and which may be shared by many principals. An example of a privilege is a group. 
English
processA virtual address space containing one or more threads. 
English
profilesA profile is a collection of Java APIs that complements one or more Java 2 Platform Editions by adding domain-specific capabilities. Profiles may also 
English
propertyCharacteristics of an object that users can set, such as the color of a window. 
English
protectedA Java keyword used in a method or variable declaration. It signifies that the method or variable can only be accessed by elements residing in its cla 
English
publicA Java keyword used in a method or variable declaration. It signifies that the method or variable can be accessed by elements residing in other classe 
English
rasterA two-dimensional rectangular grid of pixels. 
English
realmSee security policy domain. Also, a string, passed as part of an HTTP request during basic authentication, that defines a protection space. The protec 
English
referenceA variable data type in which the variable\'s value is an address. 
English
returnA Java keyword used to finish the execution of a method. It can be followed by a value required by the method definition. 
English
RMISee Java Remote Method Invocation. 
English
rollbackThe point in a transaction when all updates to any databases involved in the transaction are reversed. 
English
rootIn a hierarchy of items, the one item from which all other items are descended. The root item has nothing above it in the hierarchy. See also hierarch 
English
RPCRemote Procedure Call. Executing what looks like a normal procedure call (or method invocation) by sending network packets to some remote host. 
English
runtime systemThe software environment in which programs compiled for the Java virtual machine1 can run. The runtime system includes all the code necessary to load 
English
sandboxComprises a number of cooperating system components, ranging from security managers that execute as part of the application, to security measures desi 
English
SAXSimple API for XML. An event-driven, serial-access mechanism for accessing XML documents. 
English
scopeA characteristic of an identifier that determines where the identifier can be used. Most identifiers in the Java programming environment have either c 
English
Secure Socket Layer (SSL)A protocol that allows communication between a Web browser and a server to be encrypted for privacy. 
English
security attributesA set of properties associated with a principal. Security attributes can be associated with a principal by an authentication protocol. 
English
security contextAn object that encapsulates the shared state information regarding security between two entities. 
English
security policy domainA scope over which security policies are defined and enforced by a security administrator. A security policy domain has the following characteristics: 
English
serializationThe encoding of objects, and the objects reachable from them, into a stream of bytes and the complementary reconstruction of the object graph from the 
English
SGMLStandardized Generalized Markup Language. An ISO/ANSI/ECMA standard that specifies a way to annotate text documents with information about types of se 
English
shortA Java keyword used to define a variable of type short. 
English
single precisionIn the Java language specification, describes a floating point number with 32 bits of data. See also double precision. 
English
« Prev Next »
All of ProZ.com
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search