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 |
How java can be connected to a database?
What is ojvm used for?
Explain some new features available in jdbc 4.0?
What is execute in java?
Is jdbc open source?
What is jdbc thin client in oracle?
What are the differences between setmaxrows(int) and setfetchsize(int)?
Why prepared statements are faster?
How many types of resultset are there in jdbc?
How to execute bulk number of queries at once?
What is the latest version of JDBC? What are the new features added in that?
What is ODBC and JDBC? How do you connect the Database?