Solved

Which Import Statement Will Allow You to Use a SQLException

Question 12

Multiple Choice

Which import statement will allow you to use a SQLException object?


A) import javax.swing.SQLException;
B) import java.sql.SQLException;
C) import java.util.SQLException;
D) import java.io.SQLException;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions