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
Describe, in general, how java's garbage collector works?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Explain what is orm?
Have you used threads in Servelet?
what is handle?
Will the general public have access to the infobus apis?
Do you think that java should have had pointers?
How database connectivity in XML is achieved?
What restrictions are placed on the values of each case of a switch statement?
Name the eight primitive java types.
When a thread blocks on i/o, what state does it enter?
Why a client should be multithreading? Explain.
What is RMI and what are the services in RMI?
Can I map more than one table in a cmp?
How is a java object message delivered to a non-java client?