📝 Question
#1119
DriverManager.getConnection(_______ , ______ , ______) What are the two parameters that are included?
✓
Correct Answer
A. URL or machine name where server runs, Password, User ID
💡
Explanation
The database must be opened first in order to perform any operations for which this get connection method is used.
⌨️ Press
A
B
C
D
to select