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 an error in java?
What is stringjoiner ?
What does || mean in vectors?
What are some characteristics of interference class?
What is method in java with example?
Is there any way to find whether software installed in the
system is registered by just providing the .exe file?
I have tried the following code but its just displaying the
directory structure in the registry.
Here the code :
package com.msi.intaller;
import java.util.Iterator;
import ca.beq.util.win32.registry.RegistryKey;
import ca.beq.util.win32.registry.RootKey;
public class RegistryFinder {
public static void main(String... args) throws Exception
{
RegistryKey.initialize(RegistryFinder.class.getResource("jRe
gistryKey.dll").getFile());
RegistryKey key = new RegistryKey(RootKey.HKLM,
"Software\\ODBC");
for (Iterator
What is the relationship between clipping and repainting under awt?
What purpose do the keywords final, finally, and finalize fulfill?
Is a boolean 1 bit?
What is a "pure virtual" member function?
What is function and method in java?
What does split function do in java?
Why scanner is used in java?
Can we declare main () method as non static?
Is node a data type in java?