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

Answer Posted / abilash

also we can set data in the request too

request.setAttribute("variableName"object);

we can get the value in the next servlet by

Object obj = request.getAttribute("variableName");

Is This Answer Correct ?    24 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the jar and war files in servlet?

787


Tell the new features added in servletrequest interface i.e. Servlet 2.4

783


Why are servlets used?

710


If my browser does not support cookie, and my server sends a cookie instance what will happen?

816


How a servlet is unloaded?

780


Describe servlet?

752


What are the types of servlets? Explain

890


How the typical servlet code look like ?

840


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

767


What is servlet initializer?

679


What is ServletConfig object?

799


Explain the concept of ssi ?

776


What is the element?

760


What is meant by Servlet? What are the parameters of service method?

780


What do you mean by annotations in servlet?

764