(Choose 1 answer)
Servlet Container calls the init method on a servlet instance
A. Only once in the life time of the servlet instance.
B. For each request to the servlet.
C. If the request is from the user whose session has expired.
D. For each request to the servlet that causes a new thread to be created.