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
What are the new features added to servlet 2.5?
How to read request headers from servlets?
What is the difference between Servlets and Applets?
Define the life cycle of a servlets.
Differentiate between the get and post method
What are life cycle methods of a servlet?
What is the use of httpservletresponsewrapper?
How can we include static files in the jsp page?
What is a servlet context object?
What is cookie in servlet?
What is url encoding and url decoding
Write the code to get the server information in servlet.
Is servlet a server side scripting language?
What do you mean by singlethreadmodel interface?
Whether we can get deadlock situation in servlets?