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
Does jdbc use ssl?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
State the different connection methods used for creating different types of sql.
How do I set properties for a JDBC driver and where are the properties stored?
What is jdbc explain?
What are the flow statements of jdbc?
What is namedparameterjdbctemplate?
What is jdbc and its advantages?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
What is jdbc databasemetadata interface?
What is JDBC Driver interface?
What are the advantages of using preparedstatement over statement?
Explain the process of creating tables using NetBeans IDE?
What are the jdbc statements?
Why do we use jdbc?