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
What is arrays sort in java?
Can we serialize static variables in java?
What is return type in java?
What is string and example?
What is the output of the below java program?
What is the difference between private & public & friendly classes?
How to remove the trailing spaces from a string?
What is the format specifier?
What is the difference between logical data independence and physical data independence?
Why is java multithreaded?
What does function identity () do?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
How many arguments can a method have java?
How to store image in arraylist in java?
How to make a write-only class in java?