nerdexam
GIAC

GSSP-JAVA · Question #65

GSSP-JAVA Question #65: Real Exam Question with Answer & Explanation

The correct answer is A. DriverManager. See the full explanation below for the reasoning.

Question

You have created a Java application that will retrieve and insert data into a database table. Which of the following objects will you use to pass the JDBC Driver to obtain a connection to the database server?

Options

  • ADriverManager
  • BResultSet
  • CConnection
  • DStatement

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice