Answer Posted / satish
in struts applications all the requests will be handled by
the ActionServlet for that struts-config.xml is passed as a
init-param in web.xml
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is jpa specification?
What is the meaning of immutable regarding string?
Why do we need data structure in java?
What is the properties class in java programming?
What is a method declaration?
What are the differences between c++ and java?
What is java volatile?
What is a boolean in java?
How to perform quicksort in java?
what do you mean by classloader in java?
What are keyboard events?
What is an off by one error in java?
How many bytes is a unicode character?
Is a class an object?
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