Google News
logo
Java - Interview Questions
Why instance variables are not available to static methods?
After executing static methods, Jvm creates the objects. So the instance variables are not available to static methods.
Advertisement