|
|
||||||||
|
||||||||
|
||||||||
|
|
|
| static is an important keyword in Java. Static can be applied to inner classes, variables and methods. static belongs to Class in Java and value of static variable will always be same for all instance of that Class. static methods are also binded at compile time as opposed to non static method which are binded at runtime. This article explains lot of important details about static keyword in Java. |
![]() |
| |
|
• Discuss Tutorial
• Comment On Tutorial |
• View Tutorial
• Report Broken Link |
|
|