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 ?
- by using request.getMethod()
- by using request.setMethod()
- impossible to know
- none of these