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
How can we achieve transport layer security for our web application?
What is difference between get and post method?
What is a cookie What is the difference between session and cookie
What are the phases of the servlet life cycle?
What is the difference between encodeRedirectUrl and encodeURL?
What is generic servlet class?
Why don't we write a constructor in a servlet?
What are the annotations used in servlet 3?
How do cookies work in servlets?
What is a deployment descriptor?
Why the container loads server at the application startup and how?
What is a java servlet?
What is meant by cookies?
What are important features of Servlet 3?
Describe servlet?