What is Request Dispatcher?
Request Dispatcher is an interface whose implementation defines an object which can dispatch the request to any resources on the server.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between cookies and httpsession?
can servlet have instance variables?
What is the purpose of inter-servlet communication?
Can we override servlet service method?
How can we perform any action at the time of deploying the project?
can we use more than one controller in web application
What are the types of servlets? Explain
which method in doGet or doPost is use to send binary date to server
What are the benefits of using servlet over cgi?
Difference between httpservlet and generic servlets?
How servlets are deployed in java?
What are the exceptions thrown by Servlets?