Where is mysql jdbc driver located?
No Answer is Posted For this Question
Be the First to Post Answer
How can you load the drivers in jdbc?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is the function of setautocommit?
What is the purpose of the jdbc resultset interface?
How do I insert/update records with some of the columns having NULL value?
What is jdbc odbc bridge?
What is jdbc in java?
What is 2 phase commit?
Why we use jdbc instead of odbc?
Give an example for execution of sql statement.
Why should we close database connections in java?
Describe odbc?