InterviewSolution
Saved Bookmarks
| 1. |
What Is Java Database Connectivity (jdbc) ? |
|
Answer» An industry STANDARD for database-independent connectivity between the Java platform and a wide RANGE of databases. The JDBC provides a call-level API for SQL-based database ACCESS. An industry standard for database-independent connectivity between the Java platform and a wide range of databases. The JDBC provides a call-level API for SQL-based database access. |
|