Answer Posted / mraghuhere
JDBC is a mechanism supported by java to communicate with a database through the java application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the role of the jdbc drivermanager class?
Which type of JDBC driver is the fastest one?
What is jdbc class forname?
Explain the two tier and three tier architecture of jdbc.
What is batch processing and how to perform batch processing in jdbc?
What are the different classes through which JDBC represents statements?
What is jdbc dialect?
What is addbatch jdbc?
How do we call a stored procedure from jdbc?
What is thin driver in jdbc?
How the JDBC application works?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What is database deadlock ?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
Where is mysql jdbc driver located?