Multiple Choice
To fetch a column in a result set that stores prices, use the ______ method.
A) nextInt()
B) getInt()
C) nextDouble()
D) getDouble()
Correct Answer:

Verified
Correct Answer:
Verified
Q32: When you first get a result set
Q33: The acronym JDBC stands for _:<br>A)Joint Data
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
Q38: What should the database.properties file contain so
Q39: Why should we use try-with-resources to open
Q40: The outcome of a SELECT query is
Q41: How does a relational database store information?<br>A)Arrays<br>B)Linked
Q42: The outcome of a SQL query is