Answer Posted / harika.thota001@gmail.com
Before an object is garbage collected, the runtime system calls its finalize() method. The intent is for finalize() to release system resources such as open files or open sockets before getting collected.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between add() and addelement() in vector?
Can we call the constructor of a class more than once for an object?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What are class members by default?
Which one of the following suits the description of a string better: derived or primitive?
What is dynamic binding(late binding)?
What is a list in java?
Where is const variable stored?
Explain the difference between comparator and comparable in java?
What is mysql driver class name?
What is a module function?
What is arguments in java?
What is the symbol for space?
What is the format specifier?
What are user defined exceptions?