Answer Posted / harish
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 ? | 46 Yes | 5 No |
Post New Answer View All Answers
How do you determine the sensitivity of the ResultSet object?
What happens if we don't close the connection in jdbc?
What is jdbc and its types?
What class.forname does, while loading the drivers?
Is jdbc and orm?
What are the exceptions in jdbc?
What are the steps to connect to a database in java?
What is resultsetmetadata?
Explain in detail about JDBC and its general features?
Explain the necessary steps to connect to the database in java?
What is jdbc databasemetadata interface?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
How many categories of jdbc drivers are there?
Is java a database?