Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is anonymous class?

Answer Posted / niranjanravi

An Anonymous class is a class which is defined at run time
without having any name and it is instantiated and declared
at the same place.
Syntax:
new class classname(){}
new interface interfacename(){}
Keyword extends and implements are usedin this class.
It is always implicitly final.
It is never static or final.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is an object null?

1030


Explain OOPs concept.

1156


How do you declare a string variable?

1079


How does finally block differ from finalize() method?

1109


How to read and write image from a file ?

1100


What is the primitive type short?

1079


When do you get classcastexception?

1076


In case of inheritance what is the execution order of constructor and destructor?

1183


Is singleton class thread safe?

1054


What is a memory leak in java?

1132


Do you need to import math in java?

1063


What is the use of keywords in java?

1027


Can a class have an interface?

1040


Will set allow duplicates in java?

1028


What checkbox method allows you to tell if a checkbox is checked?

1052