What are the advantages of windows?
What is the full form of ldap?
What is the difference between system.stringbuilder and system.string
28. What are the perameter of Resource Manager
How do you edit a header in word?
Tell me an example of a tough decision that you had to make?
Why do some of the servers show the same number of total groups and new groups?
How can sap query be configured?
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
Which sorting algorithms are in place?
What are f1 through f12 keys for?
Is it possible to connect to multiple databases simultaneously?
What is current stable version of joomla?
Define pair?
What are c++ templates used for?