Translation glossary: Java terms

Creator:
Filter
Reset
Showing entries 1-50 of 242
Next »
 
abstractA Java keyword used in a class definition to specify that a class is not to be instantiated, but rather inherited by other classes. An abstract class 
أنجليزي
abstract classA class that contains one or more abstract methods, and therefore can never be instantiated. Abstract classes are defined so that other classes can ex 
أنجليزي
abstract methodA method that has no implementation. 
أنجليزي
Abstract Window Toolkit (AWT)A collection of graphical user interface (GUI) components that were implemented using native-platform versions of the components. These components pro 
أنجليزي
access controlThe methods by which interactions with resources are limited to collections of users or programs for the purpose of enforcing integrity, confidentiali 
أنجليزي
ACIDThe acronym for the four properties guaranteed by transactions: atomicity, consistency, isolation, and durability. 
أنجليزي
actual parameter listThe arguments specified in a particular method call. See also formal parameter list. 
أنجليزي
APIApplication Programming Interface. The specification of how a programmer writing an application accesses the behavior and state of classes and objects 
أنجليزي
appletA component that typically executes in a Web browser, but can execute in a variety of other applications or devices that support the applet programmin 
أنجليزي
argumentA data item specified in a method call. An argument can be a literal value, a variable, or an expression. 
أنجليزي
arrayA collection of data items, all of the same type, in which each item\'s position is uniquely designated by an integer. 
أنجليزي
ASCIIAmerican Standard Code for Information Interchange. A standard assignment of 7-bit numeric codes to characters. See also Unicode. 
أنجليزي
atomicRefers to an operation that is never interrupted or left in an incomplete state under any circumstance. 
أنجليزي
authenticationThe process by which an entity proves to another entity that it is acting on behalf of a specific identity. 
أنجليزي
authorizationSee access control. 
أنجليزي
autoboxingAutomatic conversion between reference and primitive types. 
أنجليزي
beanA reusable software component that conforms to certain design and naming conventions. The conventions enable beans to be easily combined to create an 
أنجليزي
binary operatorAn operator that has two arguments. 
أنجليزي
bitThe smallest unit of information in a computer, with a value of either 0 or 1. 
أنجليزي
bitwise operatorAn operator that manipulates the bits of one or more of its operands individually and in parallel. Examples include the binary logical operators (&, | 
أنجليزي
blockIn the Java programming language, any code between matching braces. Example: { x = 1; }. 
أنجليزي
booleanRefers to an expression or variable that can have only a true or false value. The Java programming language provides the boolean type and the literal 
أنجليزي
breakA Java keyword used to resume program execution at the statement immediately following the current statement. If followed by a label, the program resu 
أنجليزي
byteA sequence of eight bits. Java provides a corresponding byte type. 
أنجليزي
bytecodeMachine-independent code generated by the Java compiler and executed by the Java interpreter. 
أنجليزي
caseA Java keyword that defines a group of statements to begin executing if a value specified matches the value defined by a preceding switch keyword. 
أنجليزي
castingExplicit conversion from one data type to another. 
أنجليزي
catchA Java keyword used to declare a block of statements to be executed in the event that a Java exception, or run time error, occurs in a preceding try b 
أنجليزي
charA Java keyword used to declare a variable of type character. 
أنجليزي
classIn the Java programming language, a type that defines the implementation of a particular kind of object. A class definition defines instance and class 
أنجليزي
class methodA method that is invoked without reference to a particular object. Class methods affect the class as a whole, not a particular instance of the class. 
أنجليزي
class variableA data item associated with a particular class as a whole--not with particular instances of the class. Class variables are defined in class definition 
أنجليزي
classpathAn environmental variable which tells the Java virtual machine1 and Java technology-based applications where to find the class libraries, including us 
أنجليزي
clientIn the client/server model of communications, the client is a process that remotely accesses resources of a compute server, such as compute power and 
أنجليزي
codebaseWorks together with the code attribute in the <APPLET> tag to give a complete specification of where to find the main applet class file: code specifie 
أنجليزي
commentIn a program, explanatory text that is ignored by the compiler. In programs written in the Java programming language, comments are delimited using // 
أنجليزي
commitThe point in a transaction when all updates to any resources involved in the transaction are made permanent. 
أنجليزي
compilation unitThe smallest unit of source code that can be compiled. In the current implementation of the Java platform, the compilation unit is a file. 
أنجليزي
compilerA program to translate source code into code to be executed by a computer. The Java compiler translates source code written in the Java programming la 
أنجليزي
compositingThe process of superimposing one image on another to create a single image. 
أنجليزي
constA reserved Java keyword not used by current versions of the Java programming language. 
أنجليزي
constructorA pseudo-method that creates an object. In the Java programming language, constructors are instance methods with the same name as their class. Constru 
أنجليزي
continueA Java keyword used to resume program execution at the end of the current loop. If followed by a label, continue resumes execution where the label occ 
أنجليزي
conversational stateThe field values of a session bean plus the transitive closure of the objects reachable from the bean\'s fields. The transitive closure of a bean is d 
أنجليزي
CORBACommon Object Request Broker Architecture. A language independent, distributed object model specified by the Object Management Group (OMG). 
أنجليزي
core classA public class (or interface) that is a standard member of the Java Platform. The intent is that the core classes for the Java platform, at minimum, a 
أنجليزي
core packagesThe required set of APIs in a Java platform edition which must be supported in any and all compatible implementations. 
أنجليزي
credentialsThe information describing the security attributes of a principal. Credentials can be acquired only through authentication or delegation. 
أنجليزي
critical sectionA segment of code in which a thread uses resources (such as certain instance variables) that can be used by other threads, but that must not be used b 
أنجليزي
declarationA statement that establishes an identifier and associates attributes with it, without necessarily reserving its storage (for data) or providing the im 
أنجليزي
Next »
All of ProZ.com
  • All of ProZ.com
  • البحث عن مصطلح
  • عروض العمل
  • منتديات
  • Multiple search