Multiple Choice
What should the database.properties file contain so you can connect to a database?
A) a database URL, user name, password
B) a database URL, the program name, and a JDBC driver
C) a database URL, the program name, and database name
D) the JDBC driver path
Correct Answer:

Verified
Correct Answer:
Verified
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
Q37: To fetch a column in a result
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
Q43: To get the number of columns in