what is meant by servlet to servlet communication?
Answer Posted / 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 View All Answers
What's the servlet interface?
What is the difference between the http servlet and generic servlet?
Difference between GET and POST?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is servlet name in web xml?
How can we achieve transport layer security for our web application?
How can we create deadlock situation in servlet?
What’s the difference between genericservlet and httpservlet?
Explain the architechure of a servlet?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
Why is httpservlet declared abstract?
What are life cycle methods of a servlet?
Differentiate between the get and post method
Is java servlet still used?
Can you use javascript in servlets?