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
What is difference between path and classpath variables?
Can you explain the cs option of java interpreter?
explain different ways of using thread? : Java thread
What is the do while loop syntax?
What is the difference between @before and @beforeclass annotation?
What are 3 data types?
What is java full form?
Explain what are final variable in java?
What lambda means?
What is e java?
What are the access modifiers in java?
What are the important features of Java 9 release?
What is string and its types?
Is set sorted in java?
How do you find the maximum number from an array without comparing and sorting?