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
Can a class declared as private be accessed outside it’s package?
What type of variable is gender?
What is a dot notation?
what is deadlock? : Java thread
What language is java written?
What is the syntax and characteristics of a lambda expression?
How can you share data between two thread in Java?
What is the difference between private & public & friendly classes?
What is pre increment and post increment in java?
What are the 4 types of characters?
Explain the scope or life time of class variables or static variables?
What is java util concurrentmodificationexception?
Can we use string in switch case in java?
Write a java program to check if a number is prime or not?
What do you understand by the bean persistent property?