What accessories required to give the motor with given circuits and do you know the ratings of those accessories?
4 31584Post New TCS Interview Questions
what steps do you follow to study a problem before making a decision?
What does br mean in html?
What are the ways in which the dns request of failed servers handled?
What are the different ways of creating thread?
What is event handling in java?
Why exchange 2013 architecture has been changed with two server roles?
What is a 2 dimensional array?
Explain how to login into bs mode?
What are the pros and cons of cashless economy?
How do you clear the command prompt screen?
What is struts? Explain
How to find ejb version in websphere?
How do I kill a program in windows?
What pieces of information make up a socket?
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