What are legal modifiers that we can use to declare an inner class?
Answer Posted / javamasque
public, protected, private, abstract, static and final
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to create an immutable class?
What are the approaches that you will follow for making a program very efficient?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What are the different data types in java?
What types of index data structures can you have in java?
Why is flag used in java?
How we can make copy of a java object?
What is unicode full form?
How do constructors use this() and super()?
Explain the difference between arraylist and linkedlist in java?
Difference between method overloading and overriding.
What do you mean by platform independence?
What is the difference between assignment and initialization?
How to overcome the exception object reference not set to an instance of object?
What does int argc char * argv [] mean?