What is forward() and include() of servlets
RequestDispatcher interface?
Answer Posted / suresh
forward() is used to just forward the request and response
object...
include() is used to pass the values and request and
response object,one servlet to another servlet
Is This Answer Correct ? | 5 Yes | 19 No |
Post New Answer View All Answers
How is a servlet implemented in code?
What do you understand by mime type?
What is SingleThreadModel interface?
What are the different types of servlets?
Difference between java beans & servlets?
What is ServletConfig object?
What is url encoding and url decoding
What is getservletcontext?
Explain servlet events?
What are session variable in servlets?
What is java servlet session?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
How the servlet is loaded?
Can we get PrintWriter and ServletOutputStream both in a servlet?