What is jdbc connection class?
No Answer is Posted For this Question
Be the First to Post Answer
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?
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 ?");
What is jdbc databasemetadata interface?
What is Type-1 Driver and when this driver is used?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
Why do we need jdbc?
Explain the steps in writing a java program using jdbc?
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
Is the JDBC-ODBC Bridge multi-threaded?
Can we return resultset in java?
How many locking systems are there in jdbc?
What is the difference between Minus, and Intersect?