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 are the types of an http request?

0 Answers  


How do you communicate in between Applets and Servlets?

0 Answers  


Define servlet mapping?

0 Answers  


Define declaration.

0 Answers  


What is httpservlet class?

0 Answers  






when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?

4 Answers   TCS,


What compiler do not do if we create our own constructor?

5 Answers   HCL,


What is forward() and include() of servlets RequestDispatcher interface?

6 Answers   HCL,


What are the life cycle methods of the servlet?

0 Answers  


What's the advantages using servlets than using cgi?

0 Answers  


difference between forward and sendredirect

6 Answers   Accenture,


List out the difference between ServletConfig and ServletContext?

0 Answers  


Categories