Answer Posted / jyoti
HttpServlet
Generic Servlet
| Is This Answer Correct ? | 39 Yes | 4 No |
Post New Answer View All Answers
How to read request headers from servlets?
What are the steps that are required to handle the multi-threading?
What is servlet in web technology?
How can you use a servlet to generate a plain text instead of html?
What is the GenericServlet class?
Which method of the httpservletrequest object is used?
Whats the advantages using servlets over using CGI?
Explain the steps involved in placing a servlet within a package?
What is the use of send redirect () method?
What is the
If servlet receives multiple requests, how many objects will it create?
How to find whether a parameter exists in the request object?
Why servlet is used as controller ? Not JSP? I want complete explation?
Explain the features are in servlet 3?
How do I use cookies to store session state on the client?