Answer Posted / anshuman mishra
struts-config.xml defines the number of action path used and
the mappings associated with the form beans.
Its use is to give privilege to the user
for interpreting the request given for an action form bean.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what is synchronization? : Java thread
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
Why we go for collections in java?
What is sortedmap in java?
Why super is first line in java?
Is space a character in java?
How can we make string upper case or lower case?
What are the four corner stones of oop?
Can we catch more than one exception in a single catch block?
Can static methods access instance variables in java?
When object is created and destroyed?
What is java console application?
What is a singleton in genetics?
hr interview how many minutes asking question
What is a final class in java?