Which two scenarios will always result in the init method of a servlet being invoked?
A.
When the server automatically reloads the servlet
B.
Every time a new client accesses the servlet
C.
When an HTTP INIT type request is made by a client
D.
When the servlet is put into service after loading and instantiation