What is the use of anonymous inner classes ?
Answer Posted / juzer
Anonymous Class is used When we have a small task to be done.
It is for using memory efficiently.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Where pragma is used?
What is a method declaration?
What happens when main () method is declared as private?
When is the finally clause of a try-catch-finally statement executed?
Explain creating threads by implementing runnable class?
What does sprintf return?
What are format specifiers in java?
Can a function return a function?
How a string is stored in memory?
What are the principle concepts of oops?
What is entry set in java?
What are heterogeneous objects?
How do I find and replace in word?
Are primitives objects?
Can we declare a constructor as final?