Answer Posted / bhoopesh alladi
1. CallableStatement
2. PreparedStatement
3. Statement
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a rollback in jdbc?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What is a jdbc url?
How to get the Database server details in java program?
What is the benefit of having jdbcrowset implementation?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
Where can I find info, frameworks and example source for writing a JDBC driver?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
What is jdbc connection?
What are the benefits of PreparedStatement over Statement?
How do I receive a ResultSet from a stored procedure?
What happens if connection is not closed in jdbc?
What is resultsetmetadata?
What are the ddl statements?
Where is jdbc url mysql?