InterviewSolution
Saved Bookmarks
| 1. |
Why Is Httpservlet Declared Abstract? |
|
Answer» 1.The DEFAULT implementations of the main service methods can not do anything and NEED to be OVERRIDDEN. This calls of the HTTPSERVLET class to be declared as abstract. 1.The default implementations of the main service methods can not do anything and need to be overridden. This calls of the HttpServlet class to be declared as abstract. |
|