InterviewSolution
Saved Bookmarks
| 1. |
The doGet() method in the example extracts values of the parameter’s type and number by using __________(a) request.getParameter()(b) request.setParameter()(c) responce.getParameter()(d) responce.getAttribute()I have been asked this question in homework.The query is from Servlets and JSP in division Database Programming Techniques of Database Management |
|
Answer» The CORRECT OPTION is (a) request.getParameter() |
|