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
What do you mean by filter in servlet?
What is the life-cycle of servlets?
What is httpservlet and how it is different from genericservlet?
Explain the custom jsp tags and the beans.
What exactly are the functions of servlet?
Explain session tracking and its importance?
What are the types of servlets? Explain
Describe in brief RequestDespatcher?
What is the use of send redirect () method?
When servlet is loaded?
What do you mean by scope object and what are its types?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Write a command to get actual path of a servlet to the server?
What is httpservlet class?
Why servlet is mostly used?