1.

What is Servlet Collaboration?

Answer»

The PROCESS of COMMUNICATING information among the servlets of a Java web application is known as servlet collaboration. This enables data to be transmitted from one servlet to another via method invocations. Java's Servlet API (Application Programming Interface), which exposes TWO interfaces, is the primary method for ACHIEVING Servlet Collaboration.

  • javax.servlet.RequestDispatcher
  • javax.servlet.http.HttpServletResponse

These two interfaces contain the approaches for achieving the purpose of servlet information exchange.



Discussion

No Comment Found