August 2004
Intermediate to advanced
480 pages
9h 41m
English
The data elements that make up a class: inner classes, methods, and variables.
An element defined inside a class that performs a function, can accept arguments, and return a single result. A method body consists of the block of statements inside curly braces.
A keyword placed in the definition of a class, method, or variable that changes how the element acts. There are visibility modifiers (typically called access modifiers), such as public, protected, and private, and other modifiers, such as final or native.
The operator that returns the remainder of an integer division operation, represented in Java as %. For example, 5 % 2 returns 1.
Refers to the capability of a programming language to support ...
Read now
Unlock full access