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

Is the init(ServletConfig sc) throws IOException or not?

3 Answers  


how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file

0 Answers  


how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..

6 Answers   Siemens,


What is Request Dispatcher?

1 Answers  


How can the referrer and the target urls be used in servlet?

0 Answers  


How do you invoke a servelt?

0 Answers  


Can a jsp be called using a servlet?

0 Answers  


what is the advantage of using Servlets over CGI programming?

4 Answers  


What is the difference between JspWriter and PrintWriter

4 Answers   Artech,


Can we override destroy method in servlet?

0 Answers  


What is cgi?

0 Answers  


Explain in detail about applet to servlet communication?

1 Answers  


Categories