Multiple Choice
The acronym JDBC stands for ________:
A) Joint Data Base Center
B) Java Database Control
C) Joint Database Connectivity
D) Java Database Connectivity
Correct Answer:

Verified
Correct Answer:
Verified
Q28: If your program needs to look at
Q29: When you close a connection:<br>A)it closes the
Q30: What is wrong with the following statement?<br>ResultSet
Q31: The _ clause is used to select
Q32: When you first get a result set
Q34: All database URLs have the format:<br>A)jdbc:subprotocol:driver-specific data<br>B)jdbc/subprotocol/driver/data<br>C)oracle.jdbc.driver.OracleDriver<br>D)c:\jdk1.7.0\db\lib\driver.jar
Q35: Which of the following would be a
Q36: What will the following expression match to?<br>Name
Q37: To fetch a column in a result
Q38: What should the database.properties file contain so