Answer Posted / guru
anonymous class are inner classes that cant not have a
class name and constructor also.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
how come we know the object is no more used in the class?
What is close method? How it's different from Finalize & Dispose?
Can a class be a super class and a sub-class at the same time? Give example.
Where is the singleton class used?
What does flagged out mean?
What is garbage collection? Can it be forced to run?
What is quick sort in java?
Explain serialization and deserialization in java?
Why should I use abstract class?
What is the use of object and class classes?
What does provide mean construction?
Are there structures in java?
What is an example of a constant variable?
how can you take care of mutual exclusion using java threads? : Java thread
Can we declare the static variables and methods in an abstract class?