What modifiers can be used with a local inner class?
Answer Posted / niranjanravi
we can use final or abstract for a local inner class .
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is re-factoring in software?
What is broken and continue statement?
Can you declare the main method as final?
How to provide security in java
Why do we need hashset in java?
What are the different types of inner classes?
What is the difference between an array and an array list?
What is identifier with example?
Define array. Tell me about 2-D array.
How to convert string to byte array and vice versa?
What are the uses of synchronized keyword?
What is meant by local variable and instance variable?
What is __ init __ functions?
Can we have multiple catch block for a try block?
How to check if a list is sorted in java?