JDBC Quiz 3 | Englishfreetest.com

  • Do test 20 minutes
  • Number Questions: 10 questions
  • By: englishfreetest.com

Here's the exercise 'JDBC Quiz 3 | Englishfreetest.com' about Technical Quiz - Technical Tests.


Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology

You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.

Finally, click here to "Test" for start practice exercise .

  • Test content
    A. JDBC drivers
    B. ODBC drivers
    C. Both A and B
    D. None of the above
    A. TRANSACTION_READ_COMMITTED
    B. TRANSACTION_READ_UNCOMMITTED
    C. TRANSACTION_REPEATABLE_READ
    D. TRANSACTION_SERIALIZABLE
    A. Regular Statement
    B. Interim Statement
    C. Callable Statement
    D. Prepared Statement
    A. Connection interface consists of methods for contacting a database
    B. It represents communication context
    C. Both of the above
    D. none of the above
    A. JDBC-ODBC Bridge plus ODBC driver
    B. Native-API, partly Java driver
    C. JDBC-Net, pure Java driver
    D. Native-protocol, pure Java driver
    A. Statement
    B. PreparedStatement
    C. CallableStatement
    D. None of the above
    A. boolean execute()
    B. ResultSet executeQuery()
    C. int executeUpdate()
    D. None of the above
    A. Database vendor's help multiple clients to share a cached set of connection objects that provides access to a database.
    B. Clients need not create a new connection everytime to interact with the database
    C. Both of the above
    D. None of the above