JDBC, Java Server Pages, and MySQL Java and C/C++ are so close that there are no incompatibilities between them. Therefore, a driver is not necessary. False True False True 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 3 and Type 4 Both Type 1 and Type 3 Type 4 only Both Type 1 and Type 2 Both Type 3 and Type 4 Both Type 1 and Type 3 Type 4 only ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL 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? A Java applet None of these A Java servlet A Java application A Java applet None of these A Java servlet A Java application ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL Which JDBC driver Types are for use over communications networks? 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 Neither Type 3 nor 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 What is not true of a Java bean? There are no public instance variables. All of these It may have many constructors as necessary. All persistent values are accessed using getxxx and setxxx methods. There are no public instance variables. All of these It may have many constructors as necessary. All persistent values are accessed using getxxx and setxxx methods. ANSWER DOWNLOAD EXAMIANS APP