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
What are some advantages of storing session state in cookies?
Servlet is pure java object or not?
How are filters?
Explain the different ways for servlet authentication?
What are the phases of servlet life cycle?
What are the uses of servlets?
Why is servlet used?
What are the mechanisms used by a servlet container for maintaining session information?
What's the architecture of a servlet package?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Can we use threads in Servlets?
Which interface must be implemented by all servlets?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What is java servlet?
What are sessions in servlets?