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
What are the major advantages of internal iteration over external iteration?
What is a class variable?
When arithmeticexception is thrown?
How do you remove an object from an arraylist in java?
Define interface in java?
What is the tradeoff between using an unordered array versus an ordered array?
What is difference between call by value and call by reference?
Write a program to search a number in the given list of numbers.
I don’t want my class to be inherited by any other class. What should I do?
What is the disadvantage of synchronization?
Is java code slower than native code?
If a method is declared as protected, where may the method be accessed in java programming?
What method is used to specify a container's layout in java programming?
What is a java applet? What is an interface?
What is the format specifier?