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
Which collection allows duplicate values in java?
What is boolean law?
What is the use of toarray () in java?
Is null a keyword in java?
Is hashmap thread safe?
What is a local class in java?
Define an abstract class with reference to java.
What is busy spin, and why should you use it?
Can we initialize the final blank variable?
When object is created and destroyed?
is it possible to instantiate the math class?
How can we create a synchronized collection from given collection?
Do you know how to reverse string in java?
What are the wrapped, classes?
what is static import in java? Explain