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.
Loading...
Related Quiz
- In DB2, what does the MIN() function return?
- What is the impact of having too many indexes on a table in DB2?
- DB2 stored procedures can be written in ________.
- What encryption algorithm is commonly used for data encryption in DB2?
- Explain the concept of transitive dependency in the context of normalization.