why are extending GenericServlet and why are extending
HttpServlet explain?
Answer Posted / srikanth reddy
interface servlet
{
7 abstract methods
}
generic servlet extends servlet{
it override 6 above abstract methods except service method
}
httpservlet extends generic servlet
{
it hsa 7 methods and 2 service methods in this servlet
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Explain request dispatcher and its methods.
what is servlet chaining?
Explain load on start-up and its importance?
What is the default http method in the servlet?
What are all the ways for session tracking?
What is URL Encoding?
What are the life-cycle methods for a servlet?
What is the main purpose of java servlets?
What's the use of servletcontext?
What is a generic servlet?
What are its drawbacks of cgi?
What is a servlet-to-servlet communcation?
What is the major difference between context parameter and context attribute?
Explain get and post.
How do you invoke a servelt?