JDBC, Java Server Pages, and MySQL What is bytecode? Java code None of these Machine-independent code Machine-specific code Java code None of these Machine-independent code Machine-specific code ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL A servlet is a Java program that is invoked via HTTP on the Web server. False True False True ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL What is not true of a Java bean? 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 All persistent values are accessed using getxxx and setxxx methods. There are no public instance variables. ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL To run a compiled Java program, the machine must have what loaded and running? Java compiler A Web browser Java virtual machine Java bytecode Java compiler A Web browser Java virtual machine Java bytecode 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 1 and Type 2 Both Type 3 and Type 4 Type 4 only Both Type 1 and Type 3 Both Type 1 and Type 2 Both Type 3 and Type 4 Type 4 only ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL Sun defines four JDBC driver types. True False True False ANSWER DOWNLOAD EXAMIANS APP