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
How do you convert boolean to boolean?
What is a Hash Table? What are the advantages of using a hash table?
How do you find the maximum number from an array without comparing and sorting?
what are the states associated in the thread? : Java thread
What do you mean by garbage collection used in java?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What is e in java?
What do you mean by collectors in java 8?
What isan abstract class and when do you use it?
Is list ordered in java?
How do weakhashmap works?
Write a program in java to create a doubly linked list containing n nodes.
What is assembly language?
Why is java logo a cup of coffee?
What is the difference between exception and error in java?