Q. Which of the following is true about JDBC? (Solved)
1. The JDBC API is an API to access different relational databases.
2. You use it to access relational databases without embedding a dependency on a specific database type in your code.
3. JDBC stands for Java DataBase Connectivity.
4. All of the above.
- d. All of the above.