What modifiers are used with an inner class which is a
member of an outerclass?
Answer / ranganathkini
The modifiers for an inner class are:
public
private
protected
static
final
strictfp
abstract
| Is This Answer Correct ? | 2 Yes | 1 No |
What is super constructor?
What is difference between java and java ee?
Is java call by reference?
Howmany classes that package java.applet.* contains?
What is method Overloading in the perspective of OOPS?
How to access a method that it declared as protected?
Can an object be null?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
whats is the use of final,in which situation final can be used in the application?
What is bifunction in java?
Why is stringbuffer not immutable?
What is string [] java?