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
Should I override the service() method?
What is a deployment descriptor?
What is servlet api used for conneting database?
What is the advantage of Servlets when compared with other server side technologies?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Elucidate servlet attributes and its scope?
What are common tasks performed by Servlet Container?
What is Client-Server Computing?
What is servlet in web technology?
Write a program to show the functionality of doget and dopost method?
Explain get and post.
What is ServletConfig object?
How do you run a servlet?
Explain servlet events?
When jsessionid is created?