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 cout buffered?
What kind of variables a class can consist of?
What are the different types of constructor?
How a variable is stored in memory?
What is unicode datatype?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Why put method is idempotent?
What is the difference between stringbuffer and stringbuilder class?
What do you mean by platform independence of Java?
Can java list be null?
What are 3 data types?
What is array initialization in java?
How does java enable high performance?
If we don’t want some of the fields not to serialize how to do that?
What is thread pool? How can we create thread pool in java?