我们实现的基于HTTP协议的Servlet的服务方法签名正确的有()A.publicvoiddoGet(Ser...
A.publicvoiddoGet(ServletRequestreq,ServletResponseres)throwsIOException,ServletException
B.publicvoiddoPost(HttpServletRequestreq,HttpServletResponseres)throwsIOException,ServletException
C.publicvoidservice(HttpServletRequestreq,HttpServletResponseres)throwsIOException,ServletException
D.publicvoidservice(ServletRequestreq,ServletResponseres)throwsIOException,ServletException