Which of the options correctly defines the methods in the HttpServelet class are (Multiple choice):-

Skill/Topic: Servlets
A) protected void doGet (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
B) protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
C) protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
D) protected void service(HttpServletResponse response, HttpServletRequest request) throws ServletException, IOException

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions