Nested Classes in JAVA!

Nested Classes - since Java 1.1.
- commonly used in event handlers.
- encourages OOP.

Nested classes can be :
1. Inner Classes
2. Static nested Classes


Comments

Popular posts from this blog

Writing your own ejabberd Module

npm ECONNREFUSED error

Conditional Flow - Spring Batch Part 6