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 the difference between math floor and math round?
What is appletviewer?
A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet
What is array length?
what is finalmethod & final variable with example?
What is the base class of all exception classes in java?
What does it mean to be immutable?
What is the difference between compiler and jvm?
What is :: operator in java?
Distinguish method overloading and method overriding
Why do we need data serialization?
How do you input a string in java?