Answer Posted / bama
the JDBC Callable statement provides a mechanism to call
stored procedures in a standardized,database independent
way. The JDBC callable statement hides the differences in
stored procedure implementation,execution and parameter
handling from Java applications.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Is jdbc a protocol?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is jdbc stand for?
How do I stop nullpointerexception?
How can you load the drivers?
How the JDBC application works?
What are the jdbc statements?
What is JDBC Transaction Management and why do we need it?
State the different connection methods used for creating different types of sql.
What are the advantages of using preparedstatement over statement?
What is getconnection method in java?
What is jdbc odbc in java?
What do you mean by two phase commits?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
Explain about the drive manager class working?