What are the types of JDBC Driver Models?
-
Two tier model
-
Three tier model
-
Both a & b
-
None of the above
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.