What is the difference between RequestProcessor and
RequestDispatcher?
Answer Posted / guest
Request processor is a class which is responsible for
handling request and response it is provided by struts
framework if we want to customize our controller we can
make in this class.
Request Dispatcher is an interface which supports for
dispatching request from one page to another page in a
application(page may be a servlet file,JSP
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Why are struts tightly coupled?
What is the purpose of dispatcher result type?
Can we have multiple struts config files in a single web app?
How many struts config file can be created in struts?
What is struts and why it is used?
What’s the utilization of struts.xml configuration file?
How duplicate form submission can be controlled in struts?
What are construction struts?
What is action class? What are the types of action class?
How does one create an action in struts 2?
What is the default suffix for struts2 action uri ?
What is the purpose of @conversionerrorfieldvalidator annotation?
Give the details of xml files used in validator framework?
What is the purpose of @key?
What is the forward action utilized for?