What modifiers are used with an inner class which is a
member of an outerclass?
Answer Posted / ranganathkini
The modifiers for an inner class are:
public
private
protected
static
final
strictfp
abstract
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Does substring create a new object?
What is the dot operator?
What is an off by one error in java?
Explain about the main() method in java?
What does percent mean in java?
Which types of exceptions are caught at compile time?
What are data types in oop?
What is array command?
How destructors are defined in java?
What is boolean data type in java?
How does thread synchronization occurs inside a monitor?
What are the different conditional statements?
What is string in java with example?
What is difference between protected and private?
What is singleton math?