| | | | Question Answer Tutorial - JAVA->SERVLET | | | | Question: The Java __________ specification defines an application programming interface for communication between the Web server and the application program. | | Answer: Servlet
| | | | | | | | Question: The doGet() method in the example extracts values of the parameter’s type and number by using __________
| | Answer: request.getParameter()
| | | | | | | | Question: How many JDBC driver types does Sun define? | | Answer: Four
| | | | | | | | Question: Which JDBC driver Type(s) can be used in either applet or servlet code? | | Answer: Both Type 3 and Type 4
| | | | | | | | Question: A JSP is transformed into a(n): | | Answer: Java Servlet
| | | | | | | | | | | | |