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
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
Explain the difference between inner and outer join ?
Name the new features added in jdbc 4.0.
What is an SQL Locator?
What are the new features available in jdbc 4.0?
What is executequery in java?
How do you determine the sensitivity of the ResultSet object?
Is jdbc object oriented?
What is sqlwarning and discuss the procedure of retrieving warnings?
What is jdbc driver for sql server?
How to check jdbc driver version in websphere?
Give steps to connect to the db using jdbc?
How many categories of jdbc drivers are there?
What is jdbc and jdbc drivers?
What are the components of jdbc?