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()

The BEST explanation: These methods uses these values to run a QUERY against a database.



Discussion

No Comment Found

Related InterviewSolutions