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
Explain mvc pattern.
What do you mean by session tracking?
How do you communicate in between Applets and Servlets?
What is meant by a web application
What is a servlet context object?
What are the difference between RMI and Servlets?
What is the difference between portlet and servlet?
What is the difference between get and post methods?
What is a java servlet?
Why the container loads server at the application startup and how?
What is the use of servlet context?
What are different methods of session management in servlets?
Why do we use sendredirect() method?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What are the new features added to servlet 2.5?