Friday, 7 September 2012

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

A. by using request.getMethod()
B. by using request.setMethod()
C. impossible to know

ANS: A

No comments: