How to pass a requrest object of one servlet as a request
object to another servlet?
Answer Posted / janet
use a Request Dispatcher
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is a java servlet?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is the purpose of dispatcherservlet properties?
How many objects of a servlet is created?
What are the two important api's in for servlets?
What is SingleThreadModel interface?
Explain get and post.
Explain the war file?
What are the different ways we can maintain state between requests?
What’s the difference between sendredirect and forward methods
Why do we need a constructor in a servlet if we use the init method?
The code in a finally clause will never fail to execute, right?
What is the type of method for sending request from http server?
What are the various ways of session supervision in servlets?
What is the importance of init() method in Servlet ?