Both interfaces, PreparedStatement and CallableStatement, are used to perform dynamic Oracle statements; however, performs queries with only

Question:

Both interfaces, PreparedStatement and CallableStatement, are used to perform dynamic Oracle statements; however, performs queries with only parameters, but calls stored procedures with both and parameters.

a. CallableStatement, OUT, PreparedStatement, IN, OUT

b. PreparedStatement, IN, CallableStatement, IN, OUT

c. CallableStatement, IN, PreparedStatement, IN, OUT

d. PreparedStatement, OUT, CallableStatement, IN, OUT

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: