The JDBI interface is available for . . . . . . . .
A. C
B. C++
C. Python
D. Java
Answer: Option D
Solution (By Examveda Team)
This question is about JDBI, a library that helps you interact with databases like MySQL from your code.Think of JDBI as a bridge connecting your program (written in a specific language) and the database.
The question asks which programming language JDBI is designed to work with.
The answer is Option D: Java. JDBI is specifically created for use with the Java programming language.
So, if you want to use JDBI to access MySQL databases, you'll need to be using Java.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion