What is the use of anonymous inner classes ?
Answer Posted / harish
an anonymous class is a local class that has no name
| Is This Answer Correct ? | 72 Yes | 13 No |
Post New Answer View All Answers
What about method local inner classes or local inner classes in java?
What are different types of arrays?
why are there separate wait and sleep methods? : Java thread
What is the formula to calculate percentage?
Can we use switch statement with strings?
Can we define private and protected modifiers for the members in interfaces?
What is the list interface in java programming?
What are the 2 types of java programs?
Can a constructor be protected?
State two differences between C and Java.
What is a file pointer?
Can we call a non-static method from inside a static method?
How do you get length in java?
What is meant by class loader? How many types are there?
Is zero a natural number?