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 jdbc architecture in java?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What does adapter class provide?
What is JDBC Savepoint? How to use it?
How to check jdbc connection in linux?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is the jdbc rowset?
How many types of resultset are there in jdbc?
What are the different types of classes in the api component?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What is jdbc databasemetadata interface?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
How data can be inserted into long row column of database?
Which interface handles transaction management in jdbc?