Google News
logo
JDBC - Interview Questions
How to call Stored Procedures in JDBC?
We can execute the SQL Stored procedures through the CallableStatement interface. The CallableStatement object can be created using the prepareCall() method of the Connection interface.
Advertisement