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 is URL Encoding?
How can you run a servlet program?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is string tokenizer?
Describe the phases of servlet lifecycle?
What is the use of send redirect () method?
how the HTML data stored in web server?
What methodology can be followed to store more number of objects in a remote server?
Is servlet a controller?
What is the advantage of Servlets when compared with other server side technologies?
What is the functionality of actionservlet and requestprocessor?
What is the life cycle of a servlet?
What are different methods of session management in servlets?
Explain request dispatcher and its methods.
Why doesn’t a servlet include main()? How does it work?