I am studying from 2 books i.e Head first
Servlets and
Jsp and SCWCD Kit by Hanumant Deshmukh.
My problem is that one book says that init(servletconfig) is called during initialization and other book says that init() method is called.
I just want to confirm which method is called?