Before executing any SQL query, which method must be called to establish a database connection?
DriverManager.registerDriver()
Connection.prepare()
DriverManager.getConnection()
DriverManager.createConnection()
This question is part of this quiz :
Java JDBC