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
Is there a way to increase the size of an array after its declaration?
Can long be null in java?
What is generic class?
What is the primitive type byte?
Why arraylist is not synchronized in java example?
What are static initalizers in java ?
What is Java Reflection API? Why it’s so important to have?
How many threads can java run?
What are the differences between path and classpath variables?
How do you do descending order in java?
How do you square a number?
describe synchronization in respect to multithreading? : Java thread
What is a layout manager and what are different types of layout managers available in java awt?
What is supplier in java?
Why is java called java?