MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is true about JDBC? |
| A. | The JDBC API is an API to access different relational databases. |
| B. | You use it to access relational databases without embedding a dependency on a specific database type in your code. |
| C. | JDBC stands for Java DataBase Connectivity. |
| D. | All of the above. |
| Answer» E. | |