Answer Posted / niranjanravi
The Classes and interfaces in javax.Servlet interface are
Interface----------------------------------Classes
Servlet.................................GenericServlet
ServletRequest.....................UnAvailableException
ServletResponse......................ServletException
SingleThreadModel
the classes and Interfaces in javax.servlet.httpservlet are
classes---------------------------Interfaces
HttpServlet.......................HttpServletRequest
HttpUtils........................HttpSession
| Is This Answer Correct ? | 16 Yes | 8 No |
Post New Answer View All Answers
Is servlet a controller?
What is a server side include (ssi)
What is cookies in servlet with example?
Explain the lifecycle of a servlet?
How is a servlet implemented in code?
What is difference between GenericServlet and HttpServlet?
What is the need of servlet filters?
What's the servlet interface?
How to create war file?
How can you run a servlet program?
When a servlet accepts a call from a client, it receives two objects. What are they?
What do you mean by interservlet communication?
What are the functions of Servlet container?
What is webservlet?
What is the difference between a generic servlet and http servlet?