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 an anonymous class?

Answer Posted / kapil dalke

anonymous class means its does not have a tag name.
as you know that...
when u declare the class
class Tcs
{
......
....
}
But its not anonymous class because it has class name(tag);
if u declare like that
class
{
............
.........
}
then its called aonymous class

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is arrays sort in java?

1027


Can we serialize static variables in java?

1147


What is return type in java?

1126


What is string and example?

1102


What is the output of the below java program?

1101


What is the difference between private & public & friendly classes?

1117


How to remove the trailing spaces from a string?

1350


What is the format specifier?

996


What is the difference between logical data independence and physical data independence?

1088


Why is java multithreaded?

1046


What does function identity () do?

1025


What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

1021


How many arguments can a method have java?

1069


How to store image in arraylist in java?

1029


How to make a write-only class in java?

1106