JDBC, Java Server Pages, and MySQL What is not true of a Java bean? All persistent values are accessed using getxxx and setxxx methods. There are no public instance variables. It may have many constructors as necessary. All of these All persistent values are accessed using getxxx and setxxx methods. There are no public instance variables. It may have many constructors as necessary. All of these ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL Even though Java is machine-independent, JSPs are not. False True False True 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. False True False True ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL JDBC Type 1 drivers are JDBC-ODBC bridge drivers. True False True False ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL What MySQL property is used to create a surrogate key in MySQL? None of these UNIQUE AUTO_INCREMENT SEQUENCE None of these UNIQUE AUTO_INCREMENT SEQUENCE 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 3 Both Type 3 and Type 4 Both Type 1 and Type 2 Type 4 only Both Type 1 and Type 3 Both Type 3 and Type 4 Both Type 1 and Type 2 Type 4 only ANSWER DOWNLOAD EXAMIANS APP