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 categories of jdbc drivers are there?
What do you mean by metadata and why we are using it?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is the different between ResultSet and RowSet?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Explain the locking system in jdbc & its types?
What protocol does jdbc use?
What is drivermanager in java?
What is jdbc driver?
Which Java and java.sql data types map to my specific database types?
What are the differences between execute, executequery, and executeupdate?
What is dburl?
What is metadata in programming?
How do I stop nullpointerexception?
What is odbc and jdbc drivers?