Multiple choice

How many JDBC driver types does Sun define?

  1. One

  2. Two

  3. Three

  4. Four

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Sun defines four JDBC driver types: Type 1 (JDBC-ODBC bridge), Type 2 (native API partly Java), Type 3 (net protocol, pure Java), and Type 4 (native protocol, pure Java). Each type represents a different architecture for connecting Java applications to databases.