What is Servlet Chaining ?

3 years ago
OOP Java

Servlet Chaining is the method where the output of one servlet is sent to a second servlet. The output of the second servlet can be sent to a third servlet, and so on. The last servlet in the chain is responsible for sending the response to the client.

More related questions

Questions Bank

View all Questions