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
-
Interview Candidate
- Dec 10th, 2005
- 0
- 1824
This Question is not yet answered!
Related Answered Questions
Related Open Questions
Which of the options correctly defines the methods in the HttpServelet class are (Multiple choice):-
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