Why do we need static inner classes in Java?

The Java programming language allows you to define a class within another class. … Non-static nested classes (inner classes) have access to other members of the enclosing class , even if they are declared private. Static nested classes do not have access to other members of the enclosing class.

Sizin İçin Seçtik  What is an inner class and example in Java?

Leave a Reply

Your email address will not be published. Required fields are marked *