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

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  4. A.

     True

    B.

     False

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  8. A.

     True

    B.

     False

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. Sun defines four JDBC driver types.

  10. A.

     True

    B.

     False

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  14. A.

     True

    B.

     False

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  16. A.

     True

    B.

     False

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  18. A.

     True

    B.

     False

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. JDBC stands for Java Database Connectivity

  20. A.

     True

    B.

     False

    View Answer

    Workspace

    Discuss Discuss in Forum