标签: java
I am a little bit confused about the explanation of the anonymous classes in Java.
I understand the purpose of such classes, but why are they called classes without a name? Is it because the compiler do not include the name that we provide?