JDBC is short for Java Database Connectivity, it contains a group of APIs and database drivers which are used to manage database. JDBC provides a group of standard interfaces for database management. Upon these interfaces, we can easily build our application for database operation. This course covers the foundations of JDBC. Let's start now!
Teacher
Recommended For You