Answer Posted / devendra
Servlets can communiceate with the help of RequestDispacher.
RequestDispacher rd = getRequestDispacher("passing the 2nd servlet url");
rd.forward(rquest,response);
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How to notify an object in session when session is invalidated or timed-out?
Can we use the constructor, instead of init(), to initialize servlet?
Can filter be used as request or response?
Explain the architechure of a servlet?
What is SingleThreadModel interface?
What is the structure of the http response
What's the use of servletcontext?
What is a server side include (ssi)
What are session variable in servlets?
What is called servlet container?
What is the difference between the http servlet and generic servlet?
How can we achieve transport layer security for our web application?
What are the advantages of Servlet over CGI?
What do you mean by httpservlet?
Which event is fired at the time of project deployment and undeployment?