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 All of Type 1, Type 2, Type 3 and Type 4 Both Type 3 and Type 4 Type 1 only Type 2 only All of Type 1, Type 2, Type 3 and Type 4 Both Type 3 and Type 4 Type 1 only ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL A JSP is transformed into a(n): Java applet. Either 1 or 2 above. Java servlet. Neither 1 nor 2 above. Java applet. Either 1 or 2 above. Java servlet. Neither 1 nor 2 above. ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL 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. True False True False ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL JSP and ASP not only look alike but their underlying technology is quite similar. True False True False ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL How many JDBC driver types does Sun define? Four Three Two One Four Three Two One ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL What is not true of a Java bean? All of these All persistent values are accessed using getxxx and setxxx methods. It may have many constructors as necessary. There are no public instance variables. All of these All persistent values are accessed using getxxx and setxxx methods. It may have many constructors as necessary. There are no public instance variables. ANSWER DOWNLOAD EXAMIANS APP