Why does most servlets extend HttpServlet?
Answer Posted / surajkumar.java
Almost all servlets written today are designed to use the HTTP
protocol, so most servlets currently extend the
javax.servlet.http.HttpServlet class.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the purpose of introspection?
How task's priority is used in scheduling?
What is threadfactory?
Explain phantom read?
What modifiers may be used with an interface declaration?
Why a component architecture for the java platform?
What is the purpose of the notify() method?
What are the steps to write p-to-p model application?
Why is string immutable in java?
how do you Handle Front End Application data against DB with example?
Are we allowed to change the transaction isolation property in middle of a transaction?
What is an abstract method?
Can you control when passivation occurs?
Why do threads block on i/o?
how to use debug in my elipse to solve problems that exist in my project