Vidyalelo
MySQL · Q678

MySQL

Programming · MySQL · question 678

Q678

The JDBI interface is available for . . . . . . . .

A.
C
B.
C++
C.
Python
D.
Java
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
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.