What is difault http method in http servlet?

Showing Answers 1 - 4 of 4 Answers

sudhir

  • Nov 8th, 2005
 

the  default http method is Get

  Was this answer useful?  Yes

Sravan Kumar

  • Apr 20th, 2006
 

I thnk defalt method will be service(). Sequential order will be service(), Get(), Post(). Please let me know if any corrections.

  Was this answer useful?  Yes

Mohanraj

  • Jun 1st, 2006
 

No Buddies the default Http method in http servlet is doPOST( ) method if you have a doubt do and check in sun java .com

  Was this answer useful?  Yes

Ravindra

  • Jul 10th, 2006
 

Default method is doGET() not doPOST()..

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