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 |
Explain reverse a linked list recursive java solution?
Explain the JDB in depth & command line.
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What is the meaning of find and replace?
What do heavy weight components mean in java programming?
what is the difference between java and j2ee... is that can i work j2ee on net beans IDE 6.0
Why is the type for real numbers called double?
How do you declare a variable?
What is the latest version of java?
What is bufferedwriter?
What is the purpose of the return statement?
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?