Home / CSE / Database System 2 - CS :: JDBC, Java Server Pages, and MySQL

CSE :: Database System 2 - CS

  1. Java bytecode is machine-specific code.

  2. A.

     True

    B.

     False


  3. Even though Java is machine-independent, JSPs are not.

  4. A.

     True

    B.

     False


  5. 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.

  6. A.

     True

    B.

     False


  7. With JSP, the coding is done in Java and only in Java.

  8. A.

     True

    B.

     False


  9. Sun defines four JDBC driver types.

  10. A.

     True

    B.

     False


  11. Java and C/C++ are so close that there are no incompatibilities between them. Therefore, a driver is not necessary.

  12. A.

     True

    B.

     False


  13. JSP and ASP not only look alike but their underlying technology is quite similar.

  14. A.

     True

    B.

     False


  15. Type 3 and Type 4 JDBC drivers can be used for sevlets and applets.

  16. A.

     True

    B.

     False


  17. JDBC Type 1 drivers are JDBC-ODBC bridge drivers.

  18. A.

     True

    B.

     False


  19. JDBC stands for Java Database Connectivity

  20. A.

     True

    B.

     False