Question: One has to use the registerOutParameter() method to register any output parameter in a query statement to allow the CallableStatement to know that there is
One has to use the registerOutParameter() method to register any output parameter in a query statement to allow the CallableStatement to know that there is an OUT parameter in that query, and the returned value should be stored in that parameter. (True/False)
Step by Step Solution
3.38 Rating (151 Votes )
There are 3 Steps involved in it
The statement is True When using JDBC to call stored procedures in a database that have OUT paramete... View full answer
Get step-by-step solutions from verified subject matter experts
