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?
JDBC stands for:
JDBC stands for:
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?
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?
What is bytecode?
What is bytecode?
A JSP is transformed into a(n):
A JSP is transformed into a(n):
What is bytecode?
What is bytecode?
Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge?
Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge?
________ 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.
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?
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?
How many JDBC driver types does Sun define?
How many JDBC driver types does Sun define?
How does Tomcat execute a JSP?
How does Tomcat execute a JSP?
What servlet processor was developed by Apache Foundation and Sun?
What servlet processor was developed by Apache Foundation and Sun?
What MySQL property is used to create a surrogate key in MySQL?
What MySQL property is used to create a surrogate key in MySQL?
Where is metadata stored in MySQL?
Where is metadata stored in MySQL?
What is not true of a Java bean?
What is not true of a Java bean?
Which JDBC driver Types are for use over communications networks?
Which JDBC driver Types are for use over communications networks?
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 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?