For how many of the following do interfaces exist for implementing direct native client-server protocol?
Java, PHP, Ruby
Java, PHP, RubyA. 0
B. 1
C. 2
D. 3
Answer: Option D
Solution (By Examveda Team)
This question asks about direct connections between programming languages and a MySQL database.A direct connection means the language can talk directly to the MySQL server without any intermediaries.
Let's look at each language:
Java has a direct connection interface called JDBC (Java Database Connectivity).
PHP also has a direct connection interface called MySQLi (MySQL Improved).
Ruby has a direct connection interface called mysql2.
Since all three languages have direct connection interfaces, the answer is Option D: 3.
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