When using a CallableStatement object to run a stored procedure, you need to register the __________ parameters

Question:

When using a CallableStatement object to run a stored procedure, you need to register the __________ parameters by using the _____________ method.

a. IN/OUT, getParameters()

b. IN, registerINParameter()

c. OUT, registerOUTParameter()

d. IN/OUT, registerINOUTParameter()

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

Step by Step Answer:

Question Posted: