News

For simplicity, "the JavaTM platform" is called Java in the following definitions. A collection of graphical user interface (GUI) components that were implemented using native-platform versions of the ...
AWT: Abstract Windowing Toolkit, the part of Java that gives programmers the language’s graphical user interface (GUI). CORBA: Common Object Request Broker Architecture, a standard for ...
JDK (Java Developement Kit): Set of native librairies available with the java langage. JRE (Java Runtime Environment): Executable environment of java programs. JVM (Java Virtual Machine): Environment ...
Mutator: A Java method that changes the state of an object is called a mutator. Mutators typically do not return a result (are declared to return void), although some mutators both change state and ...