How to pass a requrest object of one servlet as a request
object to another servlet?
Answer Posted / ravikiran(aptech mumbai)
using request.setAttribute("key",value) in the first servlet
and request.getAttribute("key") in the second servlet
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Tell us something about servletconfig interface.
How a servlet is unloaded?
What do you mean by session tracking and also explain its techniques?
What are the functions of an intercepting filter?
What is difference between server and servlet?
What is the difference between using getSession(true) and getSession(false) methods?
What is a cookie What is the difference between session and cookie
What is the servletconfig object?
What are the annotations used in servlet 3?
How httpservlet is different from the genericservlet?
Explain servlet.
Should I override the service() method?
What is java servlet session?
Why HttpServlet class is declared abstract?
Explain the war file?