
which are the differ ways you can communicat between servlets

Different ways of communicating between servlets:-
1)Using RequestDispatcher object.
2)Sharing resource using ServletContext object.
3)Include response of the resource in the response of the servlet.
4)Calling public methods of the resource. 5)Servlet chaining.