When one use callablestatement in that case only parameters are sent over network not sql query
Answers
Answered by
1
Explanation:
The CallableStatement interface allows the use of SQL statements to call stored procedures. Stored procedures are programs that have a database interface. These programs possess the following: They can have input and output parameters, or parameters that are both input and output.
Similar questions