What is Request Dispatcher and What is reuest Processor??
Answer Posted / laxmi
RequestDispatcher(rd) is an interface .Servlet container
creates rd object that receives requests from the client and
sends them to any resource (such as a servlet, HTML file, or
JSP file) on the server.
Request Processor contains the processing logic that the
ActionServlet performs as it receives each servlet request
from the container.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of @validations annotation?
What is the use of jsonvalidation in struts?
What is difference between lookupdispatchaction and dispatchaction?
What is the difference between plain-validator and field-validator?
What is struts and springs in java?
What is meant by custom tags?
What are the conditions for actionform to work correctly?
What is the difference between validation.xml and validator-rules.xml files in struts?
Can I have html form property without associated getter and setter formbean methods?
What are the features of struts 2?
What is struts xml?
How many instances of servlet usually run in a struts application ?
What is structs 2 validation framework?
What does i18n interceptor?
What's mvc pattern ?