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 jdbc odbc bridge in java?
Why would you use setautocommit(false) in jdbc?
Which Java and java.sql data types map to my specific database types?
Why is odbc needed?
How can you load the drivers?
How do you determine the sensitivity of the ResultSet object?
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 is @entity in java?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What are the differences between resultset and rowset?
What is jdbc class forname?
What are the main components of JDBC ?
Why do we need jdbc?
How do I start debugging problems related to the JDBC API?
What is metadata in java programming?