What are the classes and interfaces for servlets?

Answer Posted / yogesh

Interfaces:Serialiazable- java.io.*;
ServletConfig -javax.servlet.*;
Servlet- javax.servlet.*;
classes: GenericServlet- javax.servlet.*;(abstract class)
HttpServlet-javax.servlet.http.*;(abstract class)

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of Session Tracking ?

839


What is URL Encoding?

841


What is MIME Type?

864


What is getservletcontext?

723


Can we override servlet service method?

808


What exactly is a servlet?

702


Differentiate between the web server and application server?

758


How can the session in servlet be destroyed?

864


What is java servlet session?

718


How many objects of a servlet is created?

994


How will you pass values from HTML page to the servlet?

770


What is setattribute in servlet?

754


Explain session tracking and its importance?

733


What is the advantage of Servlets when compared with other server side technologies?

2074


Which method is called when reference variable is passed in system.net?

2053