MySQL Connectors and APIs
- Which of these is the most general purpose language?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
C is a general purpose language, so in principle it can be used for anything. C tends to be used more often for standalone programs rather than for Web programming in practice.
- For which language is the PEAR module used?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
The PEAR database module is specified for the language PHP. PHP is a server side scripting language and it provides an appropriate method of embedding programs in the web pages.
- The JDBI interface is available for _____________.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
The JDBI interface is available for the programming language Java. Java is one of the most widely popular languages in the world. It is a powerful object oriented programming language.
- The MySQL APIs are libraries to connect applications to database servers.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The MySQL Connectors and APIs are some drivers and libraries. They are used to connect the applications in different programming languages to the database servers of MySQL.
- The CGI.pm module for website development is a part of _____________.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Like C, Perl is also suitable for writing standalone programs. However, Perl is quite useful for Web site development. The CGI.pm module of Perl can be extensively used for it.