What is the difference between RequestProcessor and
RequestDispatcher?
Answer Posted / suresh kumar
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 etc)
| Is This Answer Correct ? | 60 Yes | 3 No |
Post New Answer View All Answers
What is the purpose of @results?
What is apache struts used for?
Explain design patterns which is used in struts?
What is the difference between session scope and request scope when saving formbean ?
Can we have multiple struts config files ?
What are the core classes of struts?
When should be opt for struts framework?
Explain about the process of functioning of the struts program?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What is filter dispatcher in struts?
What are the various struts tag libraries?
What is dispatchaction?
When it’s useful to use IncludeAction?
Explain about the library tag?
What are the components of struts?