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 |
How are variables stored in memory?
What is the difference between and ?
What is ph and buffers?
Name the class that used to read objects directly from a stream?
how session will be expired?
What does sprintf mean?
explain the difference between jdk and jvm?
Can you write a java class that could be used both as an applet as well as an application?
how to handle exceptions in ejb?
Difference between static synchronization vs. Instance synchronization?
What is constructor chaining and how is it achieved in java?
methods in Applet?