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
What is collection sort in java?
What is %d in printf?
How can we break singleton in java?
What is a JAR file?
What is the purpose class.forname method?
What's the default access specifier for variables and methods of a class?
Can keyword be used as identifier?
What is difference between local variable and global variable?
What is the private method modifier?
a thread is runnable, how does that work? : Java thread
What are static blocks in java ?
How can I right-justify a string?
Is a boolean 1 bit?
What is java util function?
What does || mean in code?