CHAPTER 12
Building Database Applications with JDBC
Certification Objectives |
---|
Describe the interfaces that make up the core of the JDBC API including the Driver, Connection, Statement, and ResultSet interfaces and their relationship to provider implementations |
Identify the components required to connect to a database using the DriverManager class including the JDBC URL |
Submit queries and read results from the database including creating statements, returning result sets, iterating through the results, and properly closing result sets, statements, and connections |
JDBC (Java Database Connectivity) is an important Java API that defines how a client ...
Get Oracle Certified Professional Java SE 8 Programmer Exam 1Z0-809: A Comprehensive OCPJP 8 Certification Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.