who will run the execute method in struts?
Answer Posted / sainath
Request Processor will run the execute() in struts.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of action-mappings tag in struct-config.xml?
Why we use struts over servlets?
What are the benefits of Interceptors in Struts2?
What configuration changes are required to use resource files in Struts?
Describe the two types of formbeans.
What is the difference between session scope and request scope when saving formbean ?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
How can we handle exceptions thrown by application in Struts2?
Can we have multiple struts config files in a single web app?
What is the purpose of interceptors?
What are the two types of validations supported by validator framework?
What is the struts in java?
What is the flow of requests in struts based applications?
What is front controller in struts2?
What is the purpose of struct-config.xml in struct2?