JDBC API methods to transfer data between database & an application - JDBC
Q. 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?
- Published on 19 Oct 15a. 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: All mentioned above