MCQOPTIONS
Saved Bookmarks
| 1. |
In order to transfer data between a database and an application written in the Java programming language, the JDBC API provides which of these methods? |
| A. | Methods on the ResultSet class for retrieving SQL SELECT results as Java types. |
| B. | Methods on the PreparedStatement class for sending Java types as SQL statement parameters. |
| C. | Methods on the CallableStatement class for retrieving SQL OUT parameters as Java types. |
| D. | All mentioned above |
| Answer» E. | |