What modifiers can be used with a local inner class?

Answers were Sorted based on User's Feedback



What modifiers can be used with a local inner class?..

Answer / niranjanravi

we can use final or abstract for a local inner class .

Is This Answer Correct ?    16 Yes 0 No

What modifiers can be used with a local inner class?..

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

Post New Answer

More Core Java Interview Questions

wat is final...? wat is finally...? wat is finalize....? difference between " final and finally and finalize "...?

2 Answers  


How to find the given number is a prime number or not by getting input from the user

0 Answers  


What is the mapping mechanism used by java to identify IDL language?

0 Answers  


How we get some middle records in one table?

2 Answers   3i Infotech,


Can we define static methods inside interface?

0 Answers  






What is JFC?

0 Answers  


what is deadlock? : Java thread

0 Answers  


when you will synchronize a piece of your code? : Java thread

0 Answers  


What is java in simple terms?

0 Answers  


What are locale settings?

0 Answers  


What are the steps in the jdbc connection?

0 Answers  


What is the purpose of a parameter?

0 Answers  


Categories