Home / Database / JDBC, Java Server Pages, and MySQL
JDBC, Java Server Pages, and MySQL MCQs 41 questionsDatabase Page 3 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 19 easy
JDBC stands for:
A Java Database Connectivity B Java Database Components C Java Database Control D None of the above is correct
Question 20 easy
How does Tomcat execute a JSP?
A As a CGI script B As an independent process C By one of Tomcat's threads D None of the above is correct
Question 21 medium
MySQL is just as powerful as Oracle and is half the price.
A True B False
Advertisement
Question 22 medium
Java programs are compiled into bytecode.
A True B False
Question 23 medium
JDBC Type 2 drivers connect to the native API of the DBMS.
A True B False
Question 24 medium
MySQL surrogate keys are given the property AUTO_INCREMENT.
A True B False
Advertisement
Question 25 hard
A servlet is a Java program that is invoked via HTTP on the Web server.
A True B False
Question 26 medium
Apache Web server does not support servlets.
A True B False
Question 27 medium
MySQL maintains metadata in the database meta_sql.
A True B False
Advertisement