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

What is Single Threaded Model in Servlets? Explain this with an example?

10 Answers   Wipro,


What are the common methods that are included in the http servlet class?

0 Answers  


what is EJB and Java servlet

2 Answers  


How to work with Chinese login page (internationalization).if he enters user name and password in chinese, how is it converted to English and validate in db? And in reverse it should display welcome message in Chinese,if user is valid

4 Answers   Bosch,


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

0 Answers  






Tell the new features added in servletrequest interface i.e. Servlet 2.4

0 Answers  


How do I use cookies to store session state on the client?

0 Answers  


What are the phases of the servlet life cycle?

0 Answers  


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

0 Answers  


What is the procedure of invoking different servlet in a different application?

0 Answers  


What is servlet context ?

4 Answers  


How printwriter is different from servletoutputstream?

0 Answers  


Categories