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.
2.With its use the developers do not need to IMPLEMENT all the service methods.

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.
2.With its use the developers do not need to implement all the service methods.



Discussion

No Comment Found