Computer Science, asked by ishapaul7109, 1 year ago

What are Stored procedures in JDBC?

Answers

Answered by simran3849
0

JDBC allows you to call a database stored procedure from an application written in the Java programming language. The first step is to create a CallableStatement object. As with Statement and PreparedStatement objects, this is done with an open Connection object.

Similar questions