P


package

A named group of interrelated classes.

pixel

An abbreviation for picture element. A single dot on a computer screen.

precedence

The order of execution when multiple operations are combined into a single statement.

preferred size

The default size of a component, usually derived from its label and font. Layout managers may honor or ignore preferred size.

primitives

The non-object data types: byte, short, int, long, float, double, char, and boolean.

private access

The most restrictive access mode. A private feature may be accessed only by an instance of the class that defines the feature.

protected access

An access mode that grants access to classes in the same package as, and subclasses of, the class that defines the feature.

public access

Completely unrestricted access.




Ground-Up Java
Ground-Up Java
ISBN: 0782141900
EAN: 2147483647
Year: 2005
Pages: 157
Authors: Philip Heller

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net