Shared Tutorials
Tutorials Shared by the Internet Community
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Tutorial Basic Detail
How to use Satic method, static variable and Static Class in Java
Do you know how to use Static method , Static variable and Static Class in Java ? static is an important keyword in Java. Static can be applied to innhttp://javarevisited.blogspot.com/2011/11/static-keyword-method-variable-java.html
Total Hits: 3982
Total Votes: 16 votes
Average Rating: 3 out of 5
Category: JAVA/Core JAVA
Description:
Do you know how to use Static method , Static variable and Static Class in Java ? 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.Rating Detail
| Stars | Percentage | Total Vote |
|---|---|---|
![]() |
![]() ![]() 12.5% |
2 |
![]() ![]() |
![]() ![]() 12.5% |
2 |
![]() ![]() ![]() |
![]() ![]() 18.75% |
3 |
![]() ![]() ![]() ![]() |
![]() ![]() 12.5% |
2 |
![]() ![]() ![]() ![]() ![]() |
![]() ![]() 31.25% |
5 |




12.5%

12.5%

18.75%

12.5%

31.25%