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 |
why not override thread to make a runnable? : Java thread
Is class forname reflection?
Why java is platform independent? Explain.
What are operators and its types?
What is the properties class?
What super () does in java?
What is type parameter in java?
What is java life cycle?
How to sort numbers in java without array?
What happens if we don’t override run method ?
What classes of exceptions, thrown by a throw statement?
Can we force the garbage collection to run?