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
List some new features available in jdbc 4.0?
What are the steps involved in establishing a connection using jdbc in java?
Expalin the method of calling a stored procedure from jdbc.
When does the result for an sql statement return null?
What is metadata in java programming?
What is a jdbc connection string?
Is jdbc object oriented?
Write a program JDBCcode forfetching student database with SQL.
What are the three basic components of the odbc architecture?
What is jdbc and its advantages?
Explain how to make updates to the updatable resultsets.
What are four types of JDBC driver?
Differentiate between a statement and a preparedstatement.
Where is mysql jdbc driver located?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?