Answer Posted / ram
Servlets are of two types.
1) protocol independent servlet.
2) protocol dependent servlet.
Generic servlet is protocol independent servlet. It supports for HTTP, FTP and SMTP protocols.
HTTPServlet is protocol dependent servlet. So it support for only HTTp protocols only thats why it is dependent....
| Is This Answer Correct ? | 27 Yes | 6 No |
Post New Answer View All Answers
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is servlet and its life cycle?
What do you mean by cgi?
What is a servlet context object?
What is servlet and list its types?
How do I use cookies to store session state on the client?
What must be implemented by all servlets?
What does the term localization refer to?
What is getservletcontext?
Can servlet have a constructor ?
What is difference between jsp and servlet?
What exactly are the functions of servlet?
Whats the advantages using servlets over using CGI?
What are all the advantages of servlet over cgi?
Write the code to get the server information in servlet.