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
How many types of classes are there in java?
what is the difference between future and callable interface in java?
Why singleton is not thread safe?
What does t in java mean?
What are the common uses of "this" keyword in java ?
How many ways can we create singleton class?
What is a locale?
What is callablestatement? How you can call stored procedure to pass in parameter?
Is a class subclass of itself?
How the interruptible method gets implemented?
What is the core java?
What will happen if static modifier is removed from the signature of the main method?
What is a for loop in java?
What is lexicographically smallest string?
What are the disadvantages of using inner classes?