What is the purpose of inter-servlet communication?



What is the purpose of inter-servlet communication?..

Answer / Navase Ali

Inter-Servlet Communication serves to facilitate interaction between multiple servlets for handling complex tasks, sharing data and resources, and delegating tasks efficiently.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What are common tasks performed by Servlet Container?

1 Answers  


What is difference between GenericServlet and HttpServlet?

1 Answers  


How to notify an object in session when session is invalidated or timed-out?

1 Answers  


Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.

4 Answers  


Explain Action Servlet?

1 Answers   Cap Gemini,


What is the capacity the doget can send to the server?

1 Answers  


What are the steps that are required to handle the multi-threading?

1 Answers  


Why servlet is mostly used?

1 Answers  


Explain the difference between get and post method in servlet?

1 Answers  


List out difference between a JavaBean from a Servlet?

1 Answers  


What is the type of method for sending request from http server?

1 Answers  


What do you mean by a filter and how does it work?

1 Answers  


Categories