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
What is session?
What is string tokenizer?
How the typical servlet code look like ?
What is httpservlet class?
What are all the protocols supported by httpservlet?
Why servlet is faster than jsp?
How the servlet is loaded?
Write the code to get the server information in servlet.
Tell us something about servletcontext interface.
What do you mean by deployment descriptor?
What do you mean by url pattern in servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What are Servlets?
The code in a finally clause will never fail to execute, right?
What is servlet container?