Answer Posted / chandrarekha
connection statement provides the preparecall() method
which is used to create callabale statement....and it's
derived from the prepared statement interface...it can be
used to create stored procedures or to use the existing
stored procedures
| Is This Answer Correct ? | 19 Yes | 12 No |
Post New Answer View All Answers
Explain the main method?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
If I use the JDBC API, do I have to use ODBC underneath?
Explain the locking system in jdbc & its types?
What is jdbc and jdbc drivers?
What are the different types of statements in jdbc?
What is preparedstatement in jdbc?
Explain jdbc savepoint?
What is jdbc and explain jdbc architecture?
How many types of resultset are there in jdbc?
Which package is used for jdbc application?
Does jdbctemplate close connection?
What is ODBC and JDBC? How do you connect the Database?
List the advantages of using datasource?
How to connect multiple database in jdbc?