Kizspy | Question: 10
(Choose 1 answer)
During the servlet life cycle in a Java web application, when is the service() method called by the servlet container?
A. Only during the initialization phase.
B. Only during the destruction phase.
C. Whenever a client sends a request to the servlet.
D. After the init() method and before the destroy() method.