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
How can we perform any action at the time of deploying the project?
Which HTTP method is non-idempotent?
How do we share data using 'getservletcontext ()?
What is setattribute in servlet?
What are the kinds of http requests?
How will you pass values from HTML page to the servlet?
What if we pass negative value in load-on-startup?
Why don't we write a constructor in a servlet?
What is load-on-startup in servlet?
Explain the jar and war files in servlet?
What’s the use of the servlet wrapper classes??
Is tomcat a servlet container?
Define servlet mapping?
How can we create deadlock situation in servlet?
What do you mean by web applications?