Answer Posted / janet
finalize() method is used just before and object is
destroyed and can be called just prior to garbage
collection.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain reverse a linked list iterative solution in java?
Explain notify() method of object class ?
how to create daemon thread in java?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
When should I use singleton pattern?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
Explain importance of inheritance in java?
Why do we use bufferedreader?
What happens to a static var that is defined within a method of a class?
How do you write a good declaration?
Is heap stored in ram?
What is illegal identifier in java?
What is nested interface?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Explain about data types?