Which of the following is false for the Type 4 drivers in java
A) Type 4 driver, or, "native protocol, pure Java" driver converts JDBC calls into the network protocol used by the database directly.
B) A Type 4 driver requires no client software, so it's ideal for deployment to browsers at runtime.
C) As Type 4 drivers are 100% Java, use Java sockets to connect to the database, and require no client-side data access code, they are ideal for applets or other download situations inside a firewall.
D) Type 4 drivers cant be used with Netscape
Explanation: The type 4 drivers can be used with any browser.
-
Interview Candidate
- Dec 10th, 2005
- 4
- 7734
Showing Answers 1 - 4 of 4 Answers
Related Answered Questions
Related Open Questions
Which of the following is false for the Type 4 drivers in java
B) A Type 4 driver requires no client software, so it's ideal for deployment to browsers at runtime.
C) As Type 4 drivers are 100% Java, use Java sockets to connect to the database, and require no client-side data access code, they are ideal for applets or other download situations inside a firewall.
D) Type 4 drivers cant be used with Netscape
Explanation: The type 4 drivers can be used with any browser.
Related Answered Questions
Related Open Questions