GLOSSARY
- Abstract array
An ordered sequence of items that can be efficiently accessed at random through an integer index.
- Abstract class
A class that cannot be instantiated.
- Abstract list
An ordered sequence of items that can be traversed sequentially and that allows for efficient insertion and removal of elements at any position.
- Abstract method
A method with a name, parameter types, and return type but without an implementation.
- Abstraction
The process of finding the essential feature set for a building block of a program such as a class.
- Access specifier
A reserved word that indicates the accessibility of a feature, such as private or public.
- Accessor method
A method that accesses an object but does not change it.
- Actual parameter
The expression supplied for a formal parameter of a method by the caller.
- ADT (Abstract Data Type)
A specification of the fundamental operations that characterize a data type, without supplying an implementation.
- Aggregation
The has-a relationship between classes.
- Algorithm
An unambiguous, executable, and terminating specification of a way to solve a problem.
- Anonymous class
A class that does not have a name.
- Anonymous object
An object that is not stored in a named variable.
- API (Application Programming Interface)
A code library for building programs.
- API Documentation
Information about each class in the Java library.
- Applet
A graphical Java program that executes inside a web browser or applet viewer.
- Argument
An actual parameter in a method call, or one of the values combined by an ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access