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 supporting protocol by HttpServlet ?
How can we invoke another servlet in a different application?
Is it possible to have a constructor inside the servlet?
Can you explain in detail 'javax.servlet' package?
What is session?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Differentiate between get and post?
Who is responsible to create the object of servlet?
How can an existing session be invalidated?
Explain servlet events?
Why are http servlets used in programming?
How can you use a servlet to generate a plain text instead of html?
What are different methods of session management in servlets?
What is servlet and list its types?
What is the difference between Difference between doGet() and doPost()?