Home/Database/JDBC, Java Server Pages, and MySQL

JDBC, Java Server Pages, and MySQL MCQs

41 questionsDatabasePage 4 of 5

Practice free JDBC, Java Server Pages, and MySQL multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 41 questions — no login required.

Question 28medium
The JVM (Java virtual machine) interprets Java bytecode at run time.
Question 29hard
JSP pages provide a means to create dynamic Web pages using HTML and the Java programming language.
Question 30medium
MySQL is pronounced "my See-quel."
Advertisement
Question 31medium
Java bytecode is machine-specific code.
Question 32medium
Even though Java is machine-independent, JSPs are not.
Question 33hard
An applet is a Java bytecode program that is sent to the user via HTTP and is invoked using the HTTP protocol on the user's computer.
Advertisement
Question 34medium
With JSP, the coding is done in Java and only in Java.
Question 35easy
Sun defines four JDBC driver types.
Question 36hard
Java and C/C++ are so close that there are no incompatibilities between them. Therefore, a driver is not necessary.