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
Explain request dispatcher and its methods.
Can we override servlet service method?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is servlet in simple terms?
What's the advantages using servlets than using cgi?
Explain how does JSP handle run-time exceptions?
What are the new features added to servlet 2.5?
what do you understand by url rewriting?
Why are servlets used?
Difference between forward() method and sendredirect() method ?
List the Different types of servlet?
Which are the different ways you can communicate between servlets?
What is the difference between the http servlet and generic servlet?
How can we invoke another servlet in a different application?
What is preinitialization of a servlet?