Glossary
A
abstract class A class declared with the abstract keyword. An abstract class cannot be instantiated.
abstract method An instance method declared with the abstract keyword. An abstract method does not contain a method body and must be overridden by any nonabstract child classes.
abstract modifier Declares a class or method as abstract. An abstract class cannot be instantiated; an abstract method must be overridden in any concrete subclass.
accessor methods A JavaBeans “get” method that is used to access the value of a field.
additive operators The operators + and -; they can be evaluated on any of the primitive types except boolean.
anonymous inner class A local inner class that does not have a name. It is declared and instantiated ...
Get SCJP: Sun Certified Programmer for Java® Platform, SE6, Study Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.