What is connection commit?
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 ?");
Explain the locking system in jdbc?
how many JDBC drivers ?name them?
Why is jdbc used?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
Is jdbc object oriented?
Why are we using blob datatypes in jdbc?
What is the purpose of the jdbc resultset interface?
What are the three parts of a jdbc url?
Why “no suitable driver” error occurs?
What is resultset?