Post New Answer View All Answers
What are the different types of locking in JDBC?
What does jdbc do?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What causes the "No suitable driver" error?
Give steps to connect to the db using jdbc?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What is createstatement method in java?
How do we load the drivers?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Where can I find ojdbc14 jar file?
What are the different classes through which JDBC represents statements?
Is oracle client required for jdbc connection?
Describe the steps needed to execute a sql query using jdbc.
Jdbc-odbc bridge is multi-threaded or not?
What is the meaning of batch updates?