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
How to pass parameters in RMI?
What is an abstract method?
What is table mutation and how do you avoid it?
For which statements does it make sense to use a label?
Why a component architecture for the java platform?
Why doesn’t the focus feature on the tag work in every circumstance?
difference between ejb,struts,hibernate,spring and jsp
What is TL and its use?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Which are the different segments of memory?
How would you detect a keypress in a jcombobox?
How substring() method of string class create memory leaks?
What is the highest-level event class of the event-delegation model?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is synchronization and why is it important?