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
Define the servlet mapping.
What is servlet used for?
What is meant by servlet? What are the parameters of the service method?
Why servlet is mostly used?
What is the difference between 2 types of servlets?
What is http servlet?
Why is httpservlet declared abstract?
What are the mechanisms used by a servlet container for maintaining session information?
What is meant by cookies?
Which is better jsp or servlet?
How httpservlet is different from the genericservlet?
Which are the different ways you can communicate between servlets?
What is the use of attribute in servlets?
Why the container loads server at the application startup and how?
What is meant by Servlet? What are the parameters of service method?