Java J2EE Spring Quick Review: Chapters 52 to 55 (Inner classes)

Below is a quick recap/review of the previous chapters that we had about inner classes. So, lets get started!!!

Inner Classes

* A “regular” inner class is declared inside the curly braces of another class, but outside any method or other code block.

* An inner class is a full-fledged member of the enclosing (outer) class, so it can be marked with an access modifier as well as the abstract or