JSP and Servlet Quiz

Casual Mode - Take your time!

1 / 9
Correct
0
Incorrect
0
Score
0%
Multiple Choice

In JSP, how can you know what HTTP method (GET or POST) is used by client request ?

  1. by using request.getMethod()
  2. by using request.setMethod()
  3. impossible to know
  4. none of these
Change Mode