Description should include the following:
- JDBC represents Java database connectivity.
- JDBC is the standard Java API for database-independent connectivity between the Java programming language and many databases.
- The JDBC library contains APIs for
- making a connection to the database
- creating SQL statements
- executing SQL statements in the database
- viewing and modifying the ResultSet (returned rows).