📚 Practice Mode
JSP and Servlet Quiz
Learn at your own pace with hints and detailed explanations
1 / 9
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