Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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 subkeys = key.subkeys(); subkeys.hasNext();) { RegistryKey subkey = subkeys.next(); System.out.println(subkey.getName()); // You need to check here if there's anything which matches "Mozilla FireFox". } } }

1326


For titration in anhydrous media with perchloric acide, if lack of titrator, Which indicator is been used for replacement. How calculate pH of test solution to choose suitable indicator?

1764


What are distinctive joins find as a part of sql?

537


How do I link an excel spreadsheet to powerpoint?

283


Whose killling was the trigger for the 1st World War ?

1097






While creating workflow on task object, what difference observed on available actions?

275


hi sir/madam i need placement paper of last years of DRDO in chemical sream...... send me the question paper as soon as possible on my email address praveen.zone@gmail.com

2334


What are the additional covenants in term loan agreement to protect lenders?

553


How do I make synchronous data calls in actionscript? : adobe flex action script

3


Is it possible to restrict permission for users using permission set? : salesforce sharing and security

215


What type of database is postgresql?

415


How to set http request header in angular 4 and angular 2?

431


Explain the major types of networks and explain?

632


How would you maximize the frequency of crawling of your website by search engines?

400


List some features of ruby?

1