| 1: | What different types of JDBC drivers are available? |
| 2: | Which JDBC driver type would you recommend to access an Oracle database via a Java applet? |
| 3: | You have Oracle client installed on your machine and you need to leverage it to access the Oracle database from a Java application. Which JDBC driver type should you use? |
| 4: | You have an ODBC configuration on your machine to connect to an Oracle database. Which JDBC driver type would enable you to connect to the database without using any vendor-specific JDBC drivers? |
| 5: | What are the ways that you can configure a database connection in WebLogic Server? |
| 6: | What is a connection pool? |
| 7: | What is a MultiPool? |
| 8: | What is a DataSource? |