Exam 1z0-809 All QuestionsBrowse all questions from this exam
Question 228

DriverManager class?

Which statement is true about the

Connection.

    Correct Answer: A

    The DriverManager class is responsible for managing a list of database drivers and establishing a connection to a database. It returns an instance of a Connection which represents a database connection. The correct answer is that it returns an instance of Connection.

Discussion
InnovationOption: A

A is correct

iSnoverOption: A

A is correct. The DriverManager returns an instance of Doctrine\DBAL\Connection which is a wrapper around the underlying driver connection.

steefaandOption: A

A is correct.