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 is a lock in jdbc?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
What is jdbc driver manager?
What class.forname does, while loading the drivers?
What is jdbc url for mysql?
How can we store and retrieve images from the database?
What does the jdbc driver interface do?
Is jdbc and orm?
How can you make a connection?
What is Statement and PreparedStatement? whatz the difference?
What is a JDBC 2.0 DataSource?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.