What is the use of RequestDispatcher in servlet?
Answer Posted / mahesh
When we want to use some fields of one servlet page in
another servlet page this RequestDispatcher is very useful
through the methods
1.forward()
2.include()
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Can filter be used as request or response?
What is api in servlet?
Is it possible to have a constructor inside the servlet?
Which is better jsp or servlet?
What is servlet in simple terms?
What is the difference between get and post methods?
Can we use threads in Servlets?
When should you prefer to use doget() over dopost()?
What is called a session?
Can you refresh servlet in client and server-side automatically?
Why is servlet used?
What is dispatcher servlet?
What's the difference between servlets and applets?
Why do you use session tracking in httpservlet?
What do you mean by singlethreadmodel interface?