📝 Question
#1118
Which of the following header must be included in java program to establish database connectivity using JDBC ?
✓
Correct Answer
A. Import java.sql.*;
💡
Explanation
The Java program must import java.sql.*, which contains the interface definitions for the functionality provided by JDBC.
⌨️ Press
A
B
C
D
to select