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 are jee technologies?
how to print output with out using sop statements
What is scope & storage allocation of global and extern variables? Explain with an example
What is the difference between error and exception and explain in simple words not whatever is given in the book.
Is java free for commercial?
How do you find the independent variable?
Will set allow duplicates in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What is the use of conditional statement?
How does list work in java?
What is the difference between an array and an array list?
What is the difference between yielding and sleeping in java programming?