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
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What are the types of statements in jdbc?
Is jdbc secure?
Explain about Join?
What is the difference between executing, executequery, executeupdate in jdbc?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is jdbc and jdbc drivers?
Where is jdbc used?
Explain about multiple implementations and drive manager?
How to use JDBC API to call Stored Procedures?
How can I manage special characters when I execute an insert query?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is createstatement method in java?
What protocol does jdbc use?
What are collection pools?