Answer Posted / bhoopesh alladi
By using the DriverManager.registerDriver() method , and
while loading of the driver and registering the driver
within a single method execution, that is
Class.forName(String DriverName)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is new in JDBC 2.0?
Can we return resultset in java?
What is an encrypted internet connection?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
How to check jdbc driver version in websphere?
What is a statement in java?
What does the jdbc resultset interface?
What is resultset in jdbc with example?
What is preparedstatement in jdbc?
Does jpa use jdbc?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
Explain the life cycle of jdbc.
What are the different types of lockings in jdbc?
How do I set properties for a JDBC driver and where are the properties stored?
Why isn't the java.sql.DriverManager class being found?