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 difference between set and list in collection?
What are the advantages of functions?
What is the difference between preemptive scheduling and time slicing in java programming?
When will you define a method as static in Java?
0 Answers SwanSoft Technologies,
Differentiate jar and war files?
How do you use compareto in java?
How do you implement tree mirroring in java?
Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.
What is command line argument
what are the high-level thread states? : Java thread
What is overloading and overriding in java?
in a console we r giving java <class name> if r pressing enter where it'll goes