Answer Posted / guest
yes
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How many types of threads are there in java?
What is primitive array?
What is the difference between overriding & overloading?
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
Define class?
Can you extend singleton class?
How do you start a thread?
How many ways can we create the string object?
Why is the type for real numbers called double?
What are reference variables in java?
What are the different tags provided in jstl?
What is string length in java?
What is the default value of local and global variables?
How is string immutable in java?
What 4 doubled?