adspace


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


Please Help Members By Posting Answers For Below Questions

What are the contents on web.xml in struts application ?

1069


How is declarative handling of exceptions done in struts ?

1007


What is action chaining ?

1165


What do you know about validation plugin ?

1029


What is the difference between filters and interceptors ?

1312