why are extending GenericServlet and why are extending
HttpServlet explain?
Answer Posted / dinesh goud
why bcoz,this GenricServlet and HttpServlet are implementing the Servlet interface..............
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we get PrintWriter and ServletOutputStream both in a servlet?
Can you send an authentication error from a servlet?
What is servlet and how it works?
Differentiate between the get and post method
Which HTTP method is non-idempotent?
How do you define a servlet?
Which exception is thrown if the servlet is not initialized properly?
What is cookie? Why is cookie used?
What is the process for chaining servlet?
What mechanisms are used by a Servlet Container to maintain session information?
How can the session in servlet can be destroyed?
What does the term localization refer to?
How to make sure a servlet is loaded at the application startup?
What is servlet attributes and their scope?
Why servlet is used as controller ? Not JSP? I want complete explation?