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 the difference between executing, executequery, executeupdate in jdbc?
What is the major difference between java.util.date and java.sql.date data type?
What is an encrypted internet connection?
How to set NULL values in JDBC PreparedStatement?
What is jdbc driver for sql server?
What are the jdbc statements?
Is jdbc connection secure?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What does the jdbc resultset interface?
How to test jdbc connection to sql server?
Why resultset is used in java?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Which package is used for jdbc application?
What are the components of jdbc?
State the three different ways in which you can create a table?