static inner classes means..?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you remove an element from an arraylist in java?

466


Which sort is best in java?

539


What is final modifier?

565


How do you write a good declaration?

506


When is the finalize() called?

714






Difference between default and protected access specifiers?

512


What is maximum size of arraylist in java?

505


What is ascii format?

560


Explain list interface?

524


What is the difference between instanceof and isinstance?

575


Why do we use bufferedreader?

544


why using interface interface ?

1516


How do you declare a string variable?

526


What type of value does sizeof return?

549


how to run ecllipse with jettyserver for windows environment using batch file

1505