What modifiers can be used with a local inner class?
Answers were Sorted based on User's Feedback
we can use final or abstract for a local inner class .
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / payal
we can use static modifier with local inner class...it can
be non static also.
| Is This Answer Correct ? | 6 Yes | 2 No |
What is main string [] args?
What java ide should I use?
If a variable is declared as private, where may the variable be accessed?
What is jdbc api?
what do you understand by the term string with respect to java?
Why is it called buffering?
What is a byte string?
What is a final class ?
What are keywords give examples?
When should I use stringbuffer?
What is the difference between an if statement and a switch statement?
What is the equal sign?