I've beginner level of Servlet/JSP knowledge.
Is it right to say, a
servlet that we write IS-A ServletConfig? Further, why a servlet has to implement ServletConfig interface? It gets an object of ServletConfig through its init method. Which means, a servlet HAS-A ServletConfig. In spite of this, why it implements ServletConfig interface?