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:

Verified
Correct Answer:
Verified
Q7: Which of the following statement is TRUE?<br>A)With
Q8: Which of these package contains classes and
Q9: To connect to a server running on
Q10: The server listens for a connection request
Q11: Which of the following method call is
Q13: Which of the following holds data retrieved
Q14: Which of the following is correct about
Q15: Which of the following protocols is/are for
Q16: Which of the following is not a
Q17: Which of the following type of JDBC