What is the importance of java.sql.*; in java jdbc connection?
Answers
Answered by
0
The JDBC API is a Java API that can access any kind of tabular data, especially data stored in a Relational Database. JDBC helps you to write Java applications that manage these three programming activities: Connect to a data source, like a database. Send queries and update statements to the database.
Similar questions