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 |
what happen if we set JDBC string to NULL?
What do you mean by odbc?
What is the difference between setmaxrows(int) and setfetchsize(int)?
How many jdbc driver types are there?
What happens if we don't close the connection in jdbc?
Explain the different ways to register a driver?
Does sql allow null values ? Can we use it within where clause ?
how we can remove hard code in java?
Does jdbc use odbc?
Why isn't the java.sql.DriverManager class being found?
What is hbm xml?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?