Answer Posted / guest
Every class Inherits the finalize() from
java.lang.class.this method called by Garbage collector
for clean up processing(like Realesing memory Resorces,file
closing,socket closing..) for any unreachble object before
destroing the object .
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is slash r?
Is java still relevant?
What is difference between an object and a class?
Can you override static methods?
What do you understand by an io stream?
How garbage collection is done in java?
Which collection is thread safe in java?
What is the destroy method?
Write a program to find the whether a number is an Armstrong number or not?
What technique can be employed to compare two strings?
Can we convert list to set in java?
Can we convert integer to string in java?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
Can vector have duplicates in java?
Where are variables stored?