Examveda

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.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous