Which of the following is false as far as type 4 driver is concern?

Options
- Type 4 driver is “native protocol, pure java” driver
- Type 4 drivers are 100% Java compatible
- Type 4 drivers uses Socket class to connect to the database
- Type 4 drivers can not be used with Netscape


CORRECT ANSWER : Type 4 drivers can not be used with Netscape

Discussion Board
Type 4 driver

Type 4 Driver is a Database-Protocol Driver(Pure Java Driver). Its implementation allows the conversion of JDBC calls directly into a vendor-specific database protocol. They are installed inside JVM or Java Virtual Machine on the client side system. It is better in performance than type 1 and type 2 drivers as it does not have the overhead of conversion of calls into ODBC or database API calls. It doesn't require to be associated with the software to work. The advantage of type-4 is that it gets completely implemented in Java to achieve platform independence.

Rohit Sharma 09-15-2014 10:54 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement