MC Which statement is NOT CORRECT? The JPA was meant as a replacement for entity beans in EJB 2.0 incorrect JPA relies heavily on annotations and convention-over-configuration incorrect JPA uses its own internal query language, but supports SQL as well incorrect All these statements are correct correct MC Which statement is NOT CORRECT? JDBC uses SQLJ as an underlying technology correct SQLJ uses a preprocessor to translate embedded SQL statements before invoking the Java compiler incorrect Many IDEs do not have SQLJ support incorrect SQL syntax can be checked before run-time when using SQLJ incorrect MC Which JDBC driver type is implemented completely in Java and communicates directly with the vendor's DBMS through a network socket connection? Type 3 incorrect Type 2 incorrect Type 1 incorrect Type 4 correct MC Which statement is NOT CORRECT? An important drawback of CGI was the fact that it could not handle database querying correct An advantage of CGI was that it could deal with user-supplied input, such as provided through HTML-forms incorrect CGI programs can be written in almost any programming language incorrect CGI was one of the first technologies that allowed for the construction of dynamic web pages incorrect MC Which statement is NOT CORRECT? When using JDBC, we can differentiate between three types of drivers: the JDBC-ODBC bridge drivers, the DJBC native API drivers and the JDBC-NET drivers. correct Three types of Enterprise JavaBeans exist, although one type is outdated now incorrect ODBC API always uses call-level statements. incorrect Java Database Objects are agnostic to the technology of the data store used incorrect MC Which JDBC driver type is implemented completely in Java and communicates directly with the vendor's DBMS through a network socket connection? Type 2 incorrect Type 3 incorrect Type 1 incorrect Type 4 correct MC Which statement is NOT CORRECT? Many IDEs do not have SQLJ support incorrect SQL syntax can be checked before run-time when using SQLJ incorrect JDBC uses SQLJ as an underlying technology correct SQLJ uses a preprocessor to translate embedded SQL statements before invoking the Java compiler incorrect MC Which statement is CORRECT? JPQL queries can differ depending on the underlying DBMS used incorrect One big advantage of JPQL is the fact that it supports compile-time checking and validation of queries incorrect One big advantage of JPQL is its portability correct The JPA query language (JPQL) supports more complex queries than SQL incorrect MC Which of the following is not a client-side scripting language? JavaScript incorrect Jscript incorrect VBScript incorrect PHP correct MC Which statement is NOT CORRECT? One drawback of ODBC is that application code needs to be modified every time a different driver needs to be used correct One drawback of ODBC is it not using an object-oriented paradigm incorrect One drawback of ODBC is that performance can be worse compared to proprietary DBMS API's incorrect One drawback of ODBC is that the architecture is mostly native to Microsoft-based platforms incorrect