What modifiers can be used with a local inner class?
Answer Posted / payal
we can use static modifier with local inner class...it can
be non static also.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How to optimize the javac output?
Can a string be null?
Where pragma is used?
What all methods are used to prevent thread execution ?
What is an infinite loop in java? Explain with an example.
Explain about join() method?
Why stringbuffer is faster than string?
What is t type java?
What is update method called?
Can finally block be used without a catch?
Why we use protected in java?
How garbage collection is done in java?
What does super keyword do?
What is passing parameters in java?
What is a "pure virtual" member function?