Skip to content

Latest commit

 

History

History

chapter_10

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