What is connection commit?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


Explain the locking system in jdbc?

0 Answers  


how many JDBC drivers ?name them?

6 Answers   CTS, Idea,


Why is jdbc used?

0 Answers  


What is the difference between setmaxrows(int) and setfetchsize(int)?

0 Answers  


Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?

0 Answers  


Is jdbc object oriented?

0 Answers  


Why are we using blob datatypes in jdbc?

0 Answers  


What is the purpose of the jdbc resultset interface?

0 Answers  


What are the three parts of a jdbc url?

0 Answers  


Why “no suitable driver” error occurs?

0 Answers  


What is resultset?

0 Answers  


Categories