📚 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 ?

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