We don't define constructors for servlets as Servlets gets Servlet Config from container. Suppose if i define a constructor in Servlets along with init method, will it be called during initialization...