Kizspy | Question: 13 (Choose 1 answer)
Which method of the javax.servlet.Servlet interface is responsible for handling client requests and generating responses during the servlet life cycle in a Java web application?
A. init()
B. service()
C. doGet()
D. destroy()