How do you pass the data from one servlet to another
servlet?
Answer Posted / trupti
Using Request Dispather
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What are the uses of servlets?
Why do we have servlet wrapper classes?
What is http servlet? Explain with the help of an example.
What are the steps involved in placing a servlet within a package?
Is it good idea to create servlet constructor?
Why do we need a constructor in a servlet if we use the init method?
Name the packages that work with servlet?
What is the purpose of requestdispatcher interface?
How can you start a jta transaction from a servlet deployed on jboss?
What are some disadvantages of storing session state in cookies?
Who is responsible for writing a constructor?
How printwriter is different from servletoutputstream?
What is the default http method in the servlet?
What is java servlet?
Can a jsp be called using a servlet?