static inner classes means..?



static inner classes means..?..

Answer / ranganathkini

static inner classes are nested class members marked by the
"static" keyword. These classes have access to the enclosing
class's static members but no access to the non-static
members of the enclosing class.

Static classes do not depend on an instance of their
enclosing class and hence they can be instantiated without
instantiating their enclosing class.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is java a software?

0 Answers  


What are the advantages of defining packages in java?

0 Answers  


Is it possible to specify multiple jndi names when deploying an ejb?

0 Answers  


Which class contains a method: cloneable or object?

0 Answers  


What is a native method in java programming?

0 Answers  






how to create a jar file in java

1 Answers  


what is a transient variable?

5 Answers  


Explain aggregation in java?

0 Answers  


how we can create packages in java?

0 Answers  


Does java map allow duplicates?

0 Answers  


What is identifier give example?

0 Answers  


How do you declare a string variable?

0 Answers  


Categories