The exchange of information among servlets of a particular Java web application is known as Servlet Collaboration. This enables sharing information from one servlet to the other through method invocations.
This can be achieved using various methods-
- Using Forward method
- Using Redirect method
- Using HTTP Cookies
- Using HTTP Sessions