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 |
write a program that list all permutations of ABCDEF in which A appears before B?
What is the difference between class forname and new?
What is Difference between Serializable and Externalizable in Java serialization?
What is default switch case? Give example.
Describe how to implement singleton design pattern in struts.
What does the string method compareto () do?
Is it possible to write static method in abstract class? justyfy your answer?
What modifiers are used with an inner class which is a member of an outerclass?
What is hasnext in java?
Is cout buffered?
How is java created?
Can an interface have a constructor?