What exception is thrown if DriverManager method getConnection cannot connect to the database?
a. DatabaseConnectionException.
b. DatabaseNotFoundException.
c. SQLException.
d. IllegalAccessException.
c. ClassNotFoundException.
Computer Science & Information Technology
You might also like to view...
When using the Track Select tool, which modifier key changes the way it functions to select all tracks, rather than clips on a single track?
What will be an ideal response?
Computer Science & Information Technology
The syntax for adding a new item to a ListBox is:
a) ListBox.Items.Add("item") b) ListBox.Add("tem") c) ListBox.Items.Insert("item") d) ListBox.Insert("item")
Computer Science & Information Technology