Definition of Anonymous class

Noman's Java(TM) Glossary
anonymous class
These classes combine the process of definition and instantiation into a single step. Anonymous classes are defined at the location they are instantiated, using additional syntax with the new operator. As these classes do not have a name, an instance of the class can only be created together with the definition.

Search Dictionary:
Search Web Search Dictionary