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


Please Help Members By Posting Answers For Below Questions

Explain about core java?

611


Why unicode is important?

456


What is meant by main method?

566


Which data type is class in java?

538


Can we print null in java?

553






What is stack explain?

489


What is treemap in java?

536


What is string value?

626


How do you check if a string contains only numeric digits?

603


How garbage collection is done in java?

534


Why singleton is not thread safe?

555


Explain super keyword in java.

567


What is the benefit of using enum to declare a constant?

641


Is arraylist an object in java?

585


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

516