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
What is local class in java?
What is jrmp?
What is role of void keyword in declaring functions?
Is void a data type in java?
What is difference between class and object in java?
Give me example of derived data types.
What is meant by oops concept in java?
What is hash in java?
What are the problems faced by java programmers who don't use layout managers?
How many bits is a string in java?
What is string intern in java?
What is a data structure java?
What is a singleton factory?
What is currentthread()?
What is communist flag?