📝 Question
#1308
Which JDBC driver Type(s) can be used in either applet or servlet code?
✓
Correct Answer
A. Both Type 1 and Type 2
💡
Explanation
In a Type 3 driver, a three-tier approach is used to accessing databases. The JDBC clients use standard network sockets to communicate with an middleware application server. In a Type 4 driver, a pure Java-based driver that communicates directly with vendor’s database through socket connection.
⌨️ Press
A
B
C
D
to select