what is meant by servlet to servlet communication?



what is meant by servlet to servlet communication?..

Answer / niranjanravi

Servlets running in the same communicate with eachother in
several ways.The reason to to go for inter servlet
communication are
1.Direct Servlet manipulation
2. servlet collobaration
3.Servlet reuse

Is This Answer Correct ?    13 Yes 5 No

Post New Answer

More Servlets Interview Questions

Explain request dispatcher and its methods.

0 Answers  


What is the use of Servlets?

7 Answers   Infosys,


What is the difference between servlet config and servlet context.

19 Answers   TCS, Tech Mahindra, Vertex,


What is the use of servlet context?

0 Answers  


Where do you define dispatcherservlet?

0 Answers  






What is the difference between the http servlet and generic servlet?

0 Answers  


How a servlet is unloaded?

0 Answers  


can v create a constructor 4 servlet?

7 Answers   Satyam,


why are using HttpServlet in realtime projects and why are not using Genericservlet

2 Answers  


What are the difference between HttpServlet and GenericServlets?

2 Answers  


What is difference between PrintWriter and ServletOutputStream?

0 Answers  


What’s the difference between forward() and sendredirect() methods?

0 Answers  


Categories