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 do you mean by odbc?
Why resultset is used in java?
What is type 4 jdbc driver?
Which interface is responsible for transaction management in jdbc?
Which type of JDBC driver is the fastest one?
What is the purpose of jdbc resultset interface?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
How you restrict a user to cut and paste from the html page using java programing?
What does the jdbc resultset interface?
What are the different classes through which JDBC represents statements?
How do I find ojdbc jar version?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What port does jdbc use?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What are the components of jdbc?