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 Servlets and explain the advantages of Servlet life cycle?

0 Answers  


What are the uses of servlets?

0 Answers  


What is the default http method in the servlet?

0 Answers  


List out the difference between ServletConfig and ServletContext?

0 Answers  


Why is Servlet so popular?

0 Answers  






difference between sendredirect,forward and url rewritting

5 Answers   Patni, TCS,


What is the functionality of actionservlet and requestprocessor?

0 Answers  


How do cookies work in servlets?

0 Answers  


Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.

5 Answers  


Which HTTP method is non-idempotent?

0 Answers  


What do you mean by filter in servlet?

0 Answers  


Explain jsessionid and when is it created?

0 Answers  


Categories