JDBC, Java Server Pages, and MySQL MySQL maintains metadata in the database meta_sql. True False True False ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL Java programs are compiled into bytecode. False True False True ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL Who invented Java? Netscape None of these Microsoft Sun Netscape None of these Microsoft Sun ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL How many copies of a JSP page can be in memory at a time? One Three Two Unlimited One Three Two Unlimited 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 Type 4 only 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 ANSWER DOWNLOAD EXAMIANS APP
JDBC, Java Server Pages, and MySQL What is not true of a Java bean? 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. All persistent values are accessed using getxxx and setxxx methods. It may have many constructors as necessary. ANSWER DOWNLOAD EXAMIANS APP