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
What is a lock in jdbc?
What are the three basic components of the odbc architecture?
How can you make a connection?
What is executequery in java?
What are the types of statements in jdbc?
What is jdbc url for mysql?
What is jdbc and why is it required?
What is the role of jdbc drivermanager class?
Why do we need a jdbcrowset like wrapper around resultset?
Is jdbc and orm?
Differentiate between stored procedure and functions?
How do I insert/update records with some of the columns having NULL value?
Differentiate between a statement and a preparedstatement.
What is getconnection method in java?
What is the feature of jdbc v4?