Without using of Class.forName(? ?), how do you connect to
db?
Answer Posted / niranjanravi
through DriverManager.RegisterDriver
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What is the use of getGeneratedKeys() method in Statement?
What are the benefits of PreparedStatement over Statement?
What are the main steps in java to make JDBC connectivity?
please tell me the name and url path for type-4 driver ?
What is namedparameterjdbctemplate?
What is jdbc odbc in java?
What is a jdbc connection?
Name the new features added in jdbc 4.0.
Is jdbc connection secure?
What is 2 phase commit?
What are types of jdbc drivers?
Explain how to make updates to the updatable resultsets.
Does jdbc use odbc?
How can we execute stored procedures using callablestatement?