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 15

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: All mentioned above
 

    Discussion

  • SHAIK.shabana azme   -Posted on 25 May 21
    all mentioned above
  • Siva   -Posted on 25 May 21
    all mentioned above

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)