JDBC, Java Server Pages, and MySQL Which JDBC driver Types are for use over communications networks? Neither Type 3 nor Type 4 Both Type 3 and Type 4 Type 3 only Type 4 only Neither Type 3 nor Type 4 Both Type 3 and Type 4 Type 3 only Type 4 only ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL Which JDBC driver Type(s) can be used in either applet or servlet code? Both Type 1 and Type 2 Both Type 1 and Type 3 Type 4 only Both Type 3 and Type 4 Both Type 1 and Type 2 Both Type 1 and Type 3 Type 4 only Both Type 3 and Type 4 ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL Type 3 and Type 4 JDBC drivers can be used for sevlets and applets. False True False True 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 A JSP is transformed into a(n): Java applet. Neither 1 nor 2 above. Either 1 or 2 above. Java servlet. Java applet. Neither 1 nor 2 above. Either 1 or 2 above. Java servlet. ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL What is not true of a Java bean? All persistent values are accessed using getxxx and setxxx methods. It may have many constructors as necessary. All of these There are no public instance variables. All persistent values are accessed using getxxx and setxxx methods. It may have many constructors as necessary. All of these There are no public instance variables. ANSWER DOWNLOAD EXAMIANS APP