Defines
an object that receives requests from the client and sends them to
any resource on the server. Here resource may be a servlet, HTML
file, or JSP file.
RequestDispatcher
provides two methods to dispatch a request.
forward(ServletRequest
request, ServletResponse response)
include(ServletRequest
request, ServletResponse response)
No comments:
Post a Comment