Correct Answer: Type 4 (JDBC Net pure Java Driver) is the fastest JDBC driver Type 1 and Type 3 drivers will be slower than Type 2 drivers (the database calls are make at least three translations versus two), and Type 4 drivers are the fastest (only one translation)