Answer Posted / guest
Non Static inner classes have object instances that are
associated with the classes outer class.Static inner
classes have no object instances.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain public static void main(string args[]) in java.
What is a java string?
How many ways can you break a singleton class in java?
Does isempty check for null?
How to use arraylist in java netbeans?
Can we restart a thread already started in java?
Can two objects have same hashcode?
What is isa relationship?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
Are static members inherited to sub classes?
What is object-oriented paradigm?
What are different types of constants?
Does string is thread-safe in java?
What is the use of private static?
How big is a boolean?