Answer Posted / devarathnam c,kotagudibanda(po
Hi...
The different statements in JDBC:
1:Simple statement
2:PreparedStatement
3:CallableStatement
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is resultset?
Name the types of jdbc drivers.
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is the purpose of the jdbc resultset interface?
What is the limitation of PreparedStatement and how to overcome it?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What are JDBC Best Practices?
How do I disallow NULL values in a table?
What is the use of the statement in jdbc?
How to test jdbc connection to sql server?
What do you mean by batch processing in jdbc?
What is setautocommit in jdbc?
How many types of jdbc drivers are available?
What is two-phase commit in the database?