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
How can we set null value in jdbc preparedstatement?
What is the use of getGeneratedKeys() method in Statement?
What is metadata in programming?
Explain how data flows from view to db and reverse
What are the advantages of database connection pooling?
What are the main steps in java to make JDBC connectivity?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
Explain different types of locks in jdbc?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
Name the types of jdbc drivers.
What is the purpose of jdbc?
What is two-phase commit in the database?
How many locking systems are there in jdbc?
Explain the life cycle of jdbc.
What causes no suitable driver error?