What do you mean by request dispatcher in servlet?
Answer / Abhay Pratap Singh
RequestDispatcher in Servlet is an object used to forward the control from one servlet to another or to include a servlet within another servlet. It provides methods like forward(), include(), and getNamedDispatcher().
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different ways we can maintain state between requests?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
How can you push data from an Applet to a Servlet?
HTTP tunneling means what?
What is a generic servlet?
What are the common methods that are included in the http servlet class?
What do you mean by cgi in servlet?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
request parameter how to find whether a parameter exists in the request object?
What are the parameters of the service method ?
What are different Authentication options available in Servlets.
Elucidate servlet attributes and its scope?