How do you pass the data from one servlet to another
servlet?

Answers were Sorted based on User's Feedback



How do you pass the data from one servlet to another servlet?..

Answer / unknown

just go and google it.

Is This Answer Correct ?    5 Yes 25 No

Post New Answer

More Servlets Interview Questions

Can servlet have a constructor ?

0 Answers  


What are Servlets?

0 Answers  


How many ways to remove the session object in the container

6 Answers   Bosch,


What are the common methods that are included in the http servlet class?

0 Answers  


How servlet is created?

0 Answers  






What are the objects involved when a servlet receives a call from client?

0 Answers  


What do you mean by mime type?

0 Answers  


Explain the architechure of a servlet?

0 Answers  


What is session?

0 Answers  


Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?

0 Answers  


What is the difference between the include() and forward() methods?

0 Answers  


Can we get PrintWriter and ServletOutputStream both in a servlet?

0 Answers  


Categories