Question:

What is Servlet Chaining ?

Answer:

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.


Keywords:

© 2017 QuizBucket.org