logo

CuriousTab

CuriousTab

Discussion


Home Database JDBC, Java Server Pages, and MySQL Comments

  • Question
  • ________ is an open source DBMS product that runs on UNIX, Linux and Windows.


  • Options
  • A. MySQL
  • B. JSP/SQL
  • C. JDBC/SQL
  • D. Sun ACCESS

  • Correct Answer
  • MySQL 


  • JDBC, Java Server Pages, and MySQL problems


    Search Results


    • 1. To run a compiled Java program, the machine must have what loaded and running?

    • Options
    • A. Java virtual machine
    • B. Java compiler
    • C. Java bytecode
    • D. A Web browser
    • Discuss
    • 2. What servlet processor was developed by Apache Foundation and Sun?

    • Options
    • A. Apache Tomcat
    • B. Apache Web server
    • C. Sun servlet processor
    • D. None of the above is correct.
    • Discuss
    • 3. Where is metadata stored in MySQL?

    • Options
    • A. In the MySQL database metadata
    • B. In the MySQL database metasql
    • C. In the MySQL database mysql
    • D. None of the above is correct.
    • Discuss
    • 4. Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge?

    • Options
    • A. Type 1
    • B. Type 2
    • C. Type 3
    • D. Type 4
    • Discuss
    • 5. What is not true of a Java bean?

    • Options
    • A. There are no public instance variables.
    • B. All persistent values are accessed using getxxx and setxxx methods.
    • C. It may have many constructors as necessary.
    • D. All of the above are true of a Java bean.
    • Discuss
    • 6. How does Tomcat execute a JSP?

    • Options
    • A. As a CGI script
    • B. As an independent process
    • C. By one of Tomcat's threads
    • D. None of the above is correct.
    • Discuss
    • 7. Who invented Java?

    • Options
    • A. Netscape
    • B. Microsoft
    • C. Sun
    • D. None of the above is correct.
    • Discuss
    • 8. Which JDBC driver Type(s) can be used in either applet or servlet code?

    • Options
    • A. Both Type 1 and Type 2
    • B. Both Type 1 and Type 3
    • C. Both Type 3 and Type 4
    • D. Type 4 only
    • Discuss
    • 9. JDBC stands for:

    • Options
    • A. Java Database Connectivity
    • B. Java Database Components
    • C. Java Database Control
    • D. None of the above is correct.
    • Discuss
    • 10. What is sent to the user via HTTP, invoked using the HTTP protocol on the user's computer, and run on the user's computer as an application?

    • Options
    • A. A Java application
    • B. A Java applet
    • C. A Java servlet
    • D. None of the above is correct.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment