Answer Posted / gaurav khanzode
Types of Servlet:
1.Generic Servlet : It is base class from which all Servlets
are derived.
2.HTTP Servlet : It is Extended by Generic Servlet.
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
What do you mean by request dispatcher in servlet?
What is context in servlet?
What's the advantages using servlets than using cgi?
How can a servlet be used to generate plain text instead of html?
Explain the different ways for servlet authentication?
Why doesn’t a servlet include main()? How does it work?
How a servlet is unloaded?
Explain the difference between get and post method in servlet?
Why do we use sendredirect() method?
How can you start a jta transaction from a servlet deployed on jboss?
What is http servlet?
Why is init() method is used in servlets?
How many servlet objects are created?
What is servlet name in web xml?
How we can get ip address of client in servlet?