Kizspy Question: 35
(Choose 1 answer)
When is the contextInitialized() method of a ServletContextListener invoked?
A. After the web server receives an HTTP request.
B. When a new session is created for a client.
C. When the web application is deployed or started.
D. After the response is sent back to the client.