InterviewSolution
Saved Bookmarks
| 1. |
What is the importance of java.sql.*; in java jdbc connection? |
|
Answer» The java.sql.package has to be imported first before we can create a java jdbc connection to the database. |
|