每当请求到达Servlet时,会调用Servlet的()方法对请求进行响应。

每当请求到达Servlet时,会调用Servlet的()方法对请求进行响应。

A.init()

B.service()

C.destroy()

D.doGet()

正确答案是B