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
Why are servlets used?
What is meant by cookies?
How will you pass values from HTML page to the servlet?
what do you understand by url rewriting?
When servlet is loaded?
Write all the phases defined in servlet life cycle?
Can you refresh servlet in client and server-side automatically?
Explain the difference between jsp and servlet?
What are the different session tracking techniques?
What are all the advantages of servlet over cgi?
Is servlet synchronized?
How to get the current httpsession object?
What is the directory structure of a war file?
Why doesn’t a servlet include main()? How does it work?
Difference between GET and POST?