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 static data type in java?
What is re-factoring in software?
Differentiate between nested and inner class in java.
Can we sort set in java?
What is size_t?
What is charat ()?
What is your platform?s default character encoding and how to know this?
What is variable and constant explain with example?
Which is bigger double or float?
how do I create a runnable with inheritance? : Java thread
What is the difference between superclass and subclass?
What are abstract classes and anonymous classes?
What is the maximum size of hashmap in java?
Explain notify() method of object class ?
explain the difference between jdk and jvm?