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
How do you remove an object from an arraylist in java?
What's the difference between an abstract class and interface in java?
What does isempty () do in java?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What are the new features in java 8? Explain
What is JFC?
What is a numeric format?
What is substring in java?
When do we need to use internal iteration? When do we need to use external iteration?
Can you call one constructor from another if a class has multiple constructors?
Is string a wrapper class?
What is the purpose of checked and unchecked exceptions in JAVA?
How do you change an int to a string?
Why vector class is used?
How many types of gc are there in java?