InterviewSolution
Saved Bookmarks
| 1. |
Which type of JDBC driver is the fastest one? |
|
Answer» JDBC Net pure Java driver(Type 4) is the fastest driver because it converts the JDBC calls into vendor specific protocol calls and it directly interacts with the database. |
|