What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
Answer / Ankur Kumar
A CallableStatement in JDBC allows you to execute stored procedures and functions on the database server. The method used to prepare a CallableStatement is `prepareCall()`. This method takes a String argument representing the callable statement as a SQL string.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can connection with oracle10g with java
Does jpa use jdbc?
Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?
What is a statement in java?
What is batch processing and how to perform batch processing in jdbc?
What is getconnection method in java?
Explain some new features available in jdbc 4.0?
What is jdbc driver manager?
Is jdbc faster than odbc?
How can I determine where a given table is referenced via foreign keys?
Which database is used for java?
What is difference between java.util.Date and java.sql.Date?