Introduction to JDBC
Learn what JDBC is, why it matters, where it is used, and how its architecture and core API components work.
Enroll in this course to access modules.
- Explain what JDBC is and why it is used
- Describe common applications of JDBC
- Compare two-tier and three-tier JDBC architectures
- Identify java.sql and javax.sql packages
- Recognize core JDBC components such as DriverManager, Connection, Statement, and ResultSet