Solved

Which of the Following Step Establishes a Connection with a Database

Question 12

Multiple Choice

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 () method.
D) Execute a query using an object of type Statement.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions