what is meant by servlet to servlet communication?
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 |
What is the difference between Difference between doGet() and doPost()?
What are the differences between forward() method and sendredirect() methods?
what is the control flow in servlet when we send a request?
Can I override destroy() method of Servlets?
Can servlet have a constructor ?
What is cgi and what are its drawbacks?
Explain Action Servlet?
How to handle exceptions thrown by application with another servlet?
What is the procedure for initializing a servlet?
How variables can be accessed across the sessions?
How does Cookies work in Servlets?
which method in doGet or doPost is use to send binary date to server