Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.31 KB

Chapter 10 JDBBC

📜 Contents 📜


🎯 Exam Objectives 🎯

  • Describe the interfaces which make up the core of the JDBC API including Driver, Connection, Statement, and ResultSet and their relationship to provider implementations
  • Identify components needed to connect to the database using the DriverManager class and including the JDBC URL
  • Submit queries and read read results from the database including creating statements, returning result sets, iterating through the results, and properly closing result sets, statements, and connections