InterviewSolution
Saved Bookmarks
| 1. |
How Do You Load The Drivers? |
|
Answer» Class.forName() method is USED in JDBC to load the JDBC DRIVERS DYNAMICALLY. Class.forName() method is used in JDBC to load the JDBC drivers dynamically. |
|