Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge?
Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge?
How does Tomcat execute a JSP?
How does Tomcat execute a JSP?
Which JDBC driver Type(s) can you use in a three-tier architecture and if the Web server and the DBMS are running on the same machine?
Which JDBC driver Type(s) can you use in a three-tier architecture and if the Web server and the DBMS are running on the same machine?
Even though Java is machine-independent, JSPs are not.
Even though Java is machine-independent, JSPs are not.
What MySQL property is used to create a surrogate key in MySQL?
What MySQL property is used to create a surrogate key in MySQL?
JDBC Type 1 drivers are JDBC-ODBC bridge drivers.
JDBC Type 1 drivers are JDBC-ODBC bridge drivers.
________ is an open source DBMS product that runs on UNIX, Linux and Windows.
________ is an open source DBMS product that runs on UNIX, Linux and Windows.
Sun defines four JDBC driver types.
Sun defines four JDBC driver types.
JSP pages provide a means to create dynamic Web pages using HTML and the Java programming language.
JSP pages provide a means to create dynamic Web pages using HTML and the Java programming language.
Apache Web server does not support servlets.
Apache Web server does not support servlets.
JDBC Type 2 drivers connect to the native API of the DBMS.
JDBC Type 2 drivers connect to the native API of the DBMS.
Java programs are compiled into bytecode.
Java programs are compiled into bytecode.
JDBC stands for:
JDBC stands for:
With JSP, the coding is done in Java and only in Java.
With JSP, the coding is done in Java and only in Java.
MySQL maintains metadata in the database meta_sql.
MySQL maintains metadata in the database meta_sql.
The JVM (Java virtual machine) interprets Java bytecode at run time.
The JVM (Java virtual machine) interprets Java bytecode at run time.
Java bytecode is machine-specific code.
Java bytecode is machine-specific code.
How many JDBC driver types does Sun define?
How many JDBC driver types does Sun define?
What servlet processor was developed by Apache Foundation and Sun?
What servlet processor was developed by Apache Foundation and Sun?
Type 3 and Type 4 JDBC drivers can be used for sevlets and applets.
Type 3 and Type 4 JDBC drivers can be used for sevlets and applets.
MySQL is pronounced "my See-quel."
MySQL is pronounced "my See-quel."
Java and C/C++ are so close that there are no incompatibilities between them. Therefore, a driver is not necessary.
Java and C/C++ are so close that there are no incompatibilities between them. Therefore, a driver is not necessary.
Which JDBC driver Type(s) can be used in either applet or servlet code?
Which JDBC driver Type(s) can be used in either applet or servlet code?
Who invented Java?
Who invented Java?
Which JDBC driver Types are for use over communications networks?
Which JDBC driver Types are for use over communications networks?
A servlet is a Java program that is invoked via HTTP on the Web server.
A servlet is a Java program that is invoked via HTTP on the Web server.
JSP and ASP not only look alike but their underlying technology is quite similar.
JSP and ASP not only look alike but their underlying technology is quite similar.
How many copies of a JSP page can be in memory at a time?
How many copies of a JSP page can be in memory at a time?
To run a compiled Java program, the machine must have what loaded and running?
To run a compiled Java program, the machine must have what loaded and running?
What is invoked via HTTP on the Web server computer when it responds to requests from a user's Web browser?
What is invoked via HTTP on the Web server computer when it responds to requests from a user's Web browser?
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.
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.
MySQL surrogate keys are given the property AUTO_INCREMENT.
MySQL surrogate keys are given the property AUTO_INCREMENT.
What programming language(s) or scripting language(s) does Java Server Pages (JSP) support?
What programming language(s) or scripting language(s) does Java Server Pages (JSP) support?
JDBC stands for Java Database Connectivity
JDBC stands for Java Database Connectivity
What is not true of a Java bean?
What is not true of a Java bean?
MySQL is just as powerful as Oracle and is half the price.
MySQL is just as powerful as Oracle and is half the price.
Where is metadata stored in MySQL?
Where is metadata stored in MySQL?
A JSP is transformed into a(n):
A JSP is transformed into a(n):
What is sent to the user via HTTP, invoked using the HTTP protocol on the user's computer, and run on the user's computer as an application?
What is sent to the user via HTTP, invoked using the HTTP protocol on the user's computer, and run on the user's computer as an application?
What is bytecode?
What is bytecode?