Computer Science, asked by nil01032000, 5 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 Request
Servlet Session
Servlet Response
Servlet Chaining​

Answers

Answered by janeetanaseem58
1

Answer:

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 Chaining​

Explanation:

It is known as servlet chaining because we are creating a chain of a servlet — from servlet1 to servlet2, servlet2 to servlet3, etc., and at the end, the server will get data from the last servlet.

Answered by poojan
23

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