Answer Posted / chandrarekha
Statement interface----createStatement() method is useful
to create statement object and to execute simple queries...
PreparedStatement interface---derived from the Statement
interface...preparestatement() method used to create
preparedstatement object and used to execute queries with
unknown parameters or where in the parameters are provided
at the run-time
CallabaleStatement interface----derived from the
preparedstatement interface and helpful in executing stored
procedures...prepareCall() method is used to create the
callabalestatement object
| Is This Answer Correct ? | 45 Yes | 6 No |
Post New Answer View All Answers
What is jdbc and its advantages?
What is jdbc odbc driver?
How vendor Naming registry supports JNDI?
password, is stored in as plain text. What can I do to protect my passwords?
Is jdbc secure?
What is jdbc odbc?
What is CLOB and BLOB datatypes in JDBC?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What does executeupdate return in jdbc?
What are the three parts of a jdbc url?
What are the types of statements in jdbc?
Which jdbc drivers will run your program?
What is jdbc and jpa?
How to update a resultset programmatically?
What is phantom read and which isolation level prevents it?