Answer Posted / harish
the JDBC Callable statement provides a mechanism to call
stored procedures in a standardized,database independent
way. The JDBC callable statement hides the differences in
stored procedure implementation,execution and parameter
handling from Java applications.
| Is This Answer Correct ? | 46 Yes | 5 No |
Post New Answer View All Answers
How does jdbc driver work?
When do we use execute method in java jdbc?
What do you understand by jdbc statements?
What does setautocommit do?
What does connection pooling mean ?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
Which package contains jdbc api?
What is jdbc and its advantages?
Why did my jdbc code throw a rollback sqlexception?
What are the functions of the jdbc connection interface?
Explain creation of statement object with connection method create method with help of an example.
Result set’s index starts with 0 or 1?
What is jdbc and why is it required?
How are jdbc statements used?
What is the purpose of jdbc resultset interface?