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 are the disadvantages of using inner classes?
What is a native method in java programming?
What is the use of coding?
What are class types in java?
What are the high-level thread states in java programming?
What are the two main uses of volatile in Java?
Define Multiprogramming and Multiprocessing in java.
What is a for loop in java?
What is meant by singleton class?
Why is a constant variable important?
What are the differences between heap and stack memory in java?
What does string [] args mean?
What is string pool in java?
Explain the difference between an Interface and an Abstract class?
What is a stack class in java ?