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

How java can be connected to a database?

0 Answers  


What is ojvm used for?

0 Answers  


Explain some new features available in jdbc 4.0?

0 Answers  


What is execute in java?

0 Answers  


Is jdbc open source?

0 Answers  






What is jdbc thin client in oracle?

0 Answers  


What are the differences between setmaxrows(int) and setfetchsize(int)?

0 Answers  


Why prepared statements are faster?

0 Answers  


How many types of resultset are there in jdbc?

0 Answers  


How to execute bulk number of queries at once?

3 Answers   Wipro,


What is the latest version of JDBC? What are the new features added in that?

0 Answers  


What is ODBC and JDBC? How do you connect the Database?

0 Answers  


Categories