Answer Posted / tulasi vani
The different types of servlets are
Generic Servlets
Http Servlets
| Is This Answer Correct ? | 173 Yes | 11 No |
Post New Answer View All Answers
How do I use cookies to store session state on the client?
What are the important functions of filters?
What is the capacity the doget can send to the server?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
When a servlet accepts a call from a client, it receives two objects. What are they?
Why servlet is mostly used?
Explain the features are in servlet 3?
What are the ways to handle multi-threading in servlets?
What if we pass negative value in load-on-startup?
Whether thread can be used in servlets?
What is the directory structure of a war file?
What is the difference between a generic servlet and http servlet?
What is cgi?
What is cookies in servlet with example?
What is the difference between encodeRedirectUrl and encodeURL?