Calling of which of the following method causes unpredictable results in the Servlet.

Skill/Topic: Servlets
A) doPost()
B) doGet()
C) System.out.println()
D) System.exit(0);
Explanation: Might close down the entire Server.

Showing Answers 1 - 6 of 6 Answers

Kanika Jain

  • Sep 13th, 2013
 

A) doPost()

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions