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
For which statements does it make sense to use a label?
Why are component architectures useful?
What is bean? Where can it be used?
What is Remote Server?
When is the best time to validate input?
what is Activation Instantinator?
What is the purpose of the finally clause of a try-catch-finally statement?
What state does a thread enter when it terminates its processing?
whats is statement and procedure
Explain what is orm?
What is aop(assepct oriented programing)?
What are callback interfaces?
Define prototype?
To identify IDL language what mapping mechanism is used?
What value does read() return when it has reached the end of a file?