Multiple choice technology programming languages

What are the types of JDBC Driver Models?

  1. Two tier model

  2. Three tier model

  3. Both a & b

  4. None of the above

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

JDBC supports both two-tier and three-tier models. Two-tier has the application directly connected to the database, while three-tier introduces middleware between application and database for better management.