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
How many ways that we can view a result set?
Why do I have to reaccess the database for Array, Blob, and Clob data?
Describe odbc?
Is jdbc a web technology?
What are the advantages of using preparedstatement over statement?
Explain the main method?
What class.forname does, while loading the drivers?
Explain the life cycle of jdbc.
Can I get a null resultset?
What is jdbc connection?
What are the measures to connect to the db using jdbc?
How many types of jdbc drivers are there?
What port does jdbc use?
What is connection pooling and why it is used?
How to set the attribute concurrency in resultset?