Computer Science, asked by nitin150399, 2 months ago

When the control is passed from one servlet to another servlet without coming back to the server and involving a network is known as ____________
-Servlet Response
-Servlet Chaining
-Servlet Session
-Servlet Request​

Answers

Answered by poojan
30

Servlet Chaining is the concept in which the control is passed from one servlet to another servlet without coming back to the server and involving a network.

Explanation:

  • This process is called Servlet chaining because here, we create a chain of servlets and at the end, the last servlet is connected to the server so that the server can get the data from it
  • To process the request raised by the client, communication is done between the servlet programs.
  • The process of Servlet Chaining is done under the presence of a Servlet Dispatcher.
  • The dispatchers are of two types; Include and forward.

Learn more:

1. A CSS file cannot be linked to a web page. State True or False.

brainly.in/question/21107345

2. True or false: to join two strings,use the dollar ($) character.

brainly.in/question/21624446

Similar questions