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 is a modular application? What does module-relative mean?
wahts is mean by dynavalidatorform in struts/
What method is invoked to cause an object to begin executing as a separate thread?
What happens when a thread cannot acquire a lock on an object?
what is a portable component?
What is a sessionfactory? Is it a thread-safe object?
What event results from the clicking of a button?
Why are my checkboxes not being set from on to off?
What is the map interface?
Where can I find seam examples and documentation?
Explain about thread synchronization inside a monitor?
What are the different types of exception?
How to implement RMI in Java?
Name the class that is used to bind the server object with RMI Registry?
How would you reatach detached objects to a session when the same object has already been loaded into the session?