what is CallableStatement and what is its usage?



what is CallableStatement and what is its usage?..

Answer / checkout

Callable statement is the one of the SQL statement.
Callable statement usage, to execute stored procedures
using preparecall() method.

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More JDBC Interview Questions

What do you mean by metadata and why we are using it?

0 Answers  


Does jdbc use ssl?

0 Answers  


When you will get error like ?No suitable driver??

2 Answers  


Why is jdbc needed?

0 Answers  


What is the role of class.forname while loading drivers?

0 Answers  






Is jdbc database independent?

0 Answers  


In JDBC, All the API?s are interfaces? Where is the actual implementation?

3 Answers   HCL,


What is the use of jdbc?

0 Answers  


Diff. types of triggers..

4 Answers   Logica CMG,


How do I insert/update records with some of the columns having NULL value?

0 Answers  


What are the differences between stored procedure and functions?

0 Answers  


How will you perform truncation using JDBC?

0 Answers  


Categories