In JSP, how can you know what HTTP method (GET or POST) is used by client request ?(a) by using request.getMethod() (b) by using request.setMethod() (c) impossible to know

(a)

Showing Answers 1 - 2 of 2 Answers

Anmol sharma

  • Nov 3rd, 2020
 

by using request.getMethod()

  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