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 are the disadvantages of using inner classes?

1059


What is a native method in java programming?

1001


What is the use of coding?

911


What are class types in java?

1027


What are the high-level thread states in java programming?

1000


What are the two main uses of volatile in Java?

1010


Define Multiprogramming and Multiprocessing in java.

1063


What is a for loop in java?

991


What is meant by singleton class?

980


Why is a constant variable important?

896


What are the differences between heap and stack memory in java?

997


What does string [] args mean?

953


What is string pool in java?

958


Explain the difference between an Interface and an Abstract class?

1113


What is a stack class in java ?

1051