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.

Showing Answers 1 - 5 of 5 Answers

Farkalit Usman

  • Mar 20th, 2006
 

D is false, since driver is independent of browsers.

  Was this answer useful?  Yes

Vicky Mehra

  • Apr 1st, 2014
 

A

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions