Java Inner classes - 4 - Static Nested Classes Tutorial | Java9s.com

preview_player
Показать описание
Static Inner classes are those normal inner classes with static modifier. The main usage of static nested class is to access the static members and also directly able to access the members of inner class using the class names instead of creating instances.

Complete Java Beginners Tutorials:

Multithreading in Java tutorial:

Spring 3 MVC Framework tutorials:

Spring Framework Tutorials:

Design Patterns in Java:
Complete Generics Tutorials playlist

Search Terms:
classes in java
inner class java
inner class
java nested classes
java static class
anonymous inner class
java anonymous class
java tutorial
java interview questions
Method local inner classes
Method argument inner classes
Рекомендации по теме
Комментарии
Автор

Again, very clear and intelligent explanation. Thank you very much.

thisnyper
Автор

hello professor, could you tell me how many type of static inner class?

techsun
Автор

this was my interview question and I was unable to answer : (

GurudattaPraharaj