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
Is c better than java?
Write a program in java to establish a connection between client and server?
Is java util list serializable?
What does java edition mean?
What is class forname?
Will the jvm load the package twice at runtime?
How do you override a method in java?
What do you mean by local variable and instance variable?
How do you do absolute value in java?
What are the four corner stones of oop?
What is an escape character in java?
What is the statements?
How big is a pointer?
What are the rules for naming an array?
What are predicates in java 8?