init() method is the life cycle for every servlet and ServletConfig instance is initialized using init(ServeltConfig cfg) that means ServletConfig object is created for every servlet.
ServletContext is created once and one time by the web container for the entire Application.