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
What are the uses of servlet and what is servlet chaining?
What do you mean by web applications?
Can we get PrintWriter and ServletOutputStream both in a servlet?
How can I send user authentication information while making URL Connection?
Which application server is best for java?
Should I override the service() method?
What are its drawbacks of cgi?
What is servlet and its types?
What are the common methods that are included in the http servlet class?
What is servlet name in web xml?
What exactly are the functions of servlet?
Which HTTP method is non-idempotent?
Can a jsp be called using a servlet?
How the JSP file will be executed on the Server side?
What is Client-Server Computing?