Answer Posted / sunil kumar
Cloneable is a marker interface present in java.lang package. If we want to copy the object then we are using clone method by implementing our class from Cloneable interface.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about the security aspect of java?
What is the reason behind using constructors and destructors?
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
How many bytes are there?
Why can't you declare a class as protected?
How the interruptible method gets implemented?
Is call by reference possible in java?
What is difference between static and abstract class?
Name container classes in java programming?
What is the list interface?
What are peerless components?
What is finally and finalize in java?
What are the Class Libraries ?
How many unicode characters are there?
What’s a deadlock?