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
write a program that list all permutations of ABCDEF in which A appears before B?
Can a abstract class be declared final?
What is the difference between delete and delete[]
What lambda means?
Can we convert integer to string in java?
How many types of string data types are there?
Difference between class#getinstance() and new operator ?
What are the types of methods in java?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is string manipulation?
Explain the use of volatile field modifier?
What is use of static method?
Can you inherit from an abstract class java?
Why should I use abstract class?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?