Monday, February 15, 2016

Why does a Servlet has no constructor ?

A Servlet class does not have a constructor because a programmer never instantiate it. Rather the container creates instances whenever it is  needed.

No comments:

Post a Comment