JDBC enables Java applications to communicate with DB2 databases through ________.

  • API calls
  • Connection pooling
  • Object-relational mapping
  • SQL queries
JDBC (Java Database Connectivity) allows Java applications to communicate with DB2 databases through API calls. JDBC provides a set of interfaces and classes for executing SQL queries, managing connections, and processing results. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *