Explain how will the struts know which action class to call when you submit a form?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Advanced Java Interview Questions

What is the main functionality of RRL(Remote Reference Layer)?

3 Answers  


What is in-memory replication?

0 Answers  


When is the best time to validate input?

0 Answers  


What is the relationship between local interfaces and container-managed relationships?

0 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,






Are enterprise beans allowed to use thread.sleep()?

0 Answers  


What is the purpose of the notify() method?

0 Answers  


To make an object to begin executing as a separate thread, what method is used?

2 Answers  


Which textcomponent method is used to set a textcomponent to the read-only state?

0 Answers  


Is multiple try block is possible in single java Application......

3 Answers  


whats is mean by jndi

1 Answers   SolutionNET,


What is rmic?

4 Answers  


Categories