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 configuration changes are required to use resource files in Struts?
What are the core classes of struts framework? Explain
Are struts still used?
Difference between struts and spring?
What is spring and struts in java?
What is struts 2 framework in java?
Describe validate() and reset() methods.
What is switchaction?
Which file is used by controller to get mapping information for request routing?
Does struts include its own unit tests?
Why is it called struts?
What is the purpose of @after annotation?
What is the difference between struts and spring?
Can you explain value stack?
What do you mean by actionservlet?