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 |
What happens if we don’t define serial version uid?
How do you get length in java?
what is an anonymous class?
How to find the index of the largest number in an arraylist java?
what is use of functional interface in java 8?
how to run servlet program between two computer through the internet ?
2 Answers Kiran Prakashan, TCS,
Is 0 an even number?
what is the collable collections in java?
What is data abstraction? Elaborate with example?
What is the purpose of a statement block?
What is nested top-level class?
what is the constructor and how many types of constructors are used in java?