F


falling through

In switch code, continuing from one case to the next in the absence of a break statement.

field

A data variable in a class.

file separator

The character that appears between elements in a full pathname.

final (keyword)

A final class may not be subclassed. A final method may not be overridden. A final variable may not be modified after it is initialized.

flag

A boolean variable used to indicate program status.

float (keyword)

A 32-bit floating-point primitive data type.




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