JDBC, Java Server Pages, and MySQL A servlet is a Java program that is invoked via HTTP on the Web server. True False True False ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL Even though Java is machine-independent, JSPs are not. True False True False ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL Apache Web server does not support servlets. False True False True ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL How does Tomcat execute a JSP? As a CGI script None of these As an independent process By one of Tomcat's threads As a CGI script None of these As an independent process By one of Tomcat's threads ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL How many copies of a JSP page can be in memory at a time? Unlimited Two One Three Unlimited Two One Three ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL 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? Type 2 only Both Type 3 and Type 4 All of Type 1, Type 2, Type 3 and Type 4 Type 1 only Type 2 only Both Type 3 and Type 4 All of Type 1, Type 2, Type 3 and Type 4 Type 1 only ANSWER DOWNLOAD EXAMIANS APP