This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
When
building a Web application, it is often useful to forward processing
of a
request
to another servlet, or to include the output of another servlet in
the response. The RequestDispatcher interface provides a mechanism to
accomplish this.
No comments:
Post a Comment