Answer Posted / lal ajith kumara
Most commonly used interfaces and classes
javax.servlet.Servlet interface and
javax.servlet.ServletConfig interface
by implementing them we get
javax.servlet.GenericServlet
by extending GenericServlet we get
javax.servlet.http.HttpServlet
most ppl used HttpServlet to create Servlets
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What's the servlet interface?
How can we achieve transport layer security for our web application?
What are Servlets?
What’s the difference between sendredirect and forward methods
What is cookies in servlet with example?
How native code can be used in a servlet?
What are the features added in Servlet 2.5?
What is the web server used for running the Servlets?
Why servlet is used as controller ? Not JSP? I want complete explation?
What is a server side include (ssi)
Is java servlet still used?
What is called servlet container?
What are the ways to handle multi-threading in servlets?
When to use doget() and when dopost()?
What are the kinds of http requests?