Question: L2V UOTEE Vodafone OM II. Abb.cas.edu.om 1. is an API that can access any kind of data stored in RDBMS. a. JSF b. Servlet c.

L2V UOTEE Vodafone OM II. Abb.cas.edu.om 1. is an API that can access any kind of data stored in RDBMS. a. JSF b. Servlet c. JDBC d. JSP 2. What JSP stands for? a. Java Software Programming b. Java Service Pages c. Java Server Pagination d. Java Server Pages 3. Which one of the following is responsible in JSF for displaying a component and translating user input into the component's value? a. Faces Servlet b. Renderer c. Facelet d. MVC 4. Which of the following step establishes a connection with a database? a. Import packages containing the JDBC classes needed for database programming. b. Register the JDBC driver, so that you can open a communications channel with the database. c. Open a connection using the DriverManager.getConnection O method d. Execute a query using an object of type Statement. 5. Which of the following code can be used to set the content type for the body of the response in the servlet toGet method? a. request.setContentType(type) b. response.setContentType(type) c. header.setContentType(type) d. None of the above. 6. Which of the following method can be used to read a form parameter in JSP? a. request.getParameter() b. response.getParameter() c. request.getValue() d. response.getValue()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
