What is Type-4 Driver and when this driver is used?

Answers were Sorted based on User's Feedback



What is Type-4 Driver and when this driver is used?..

Answer / surendra

Type-4 driver is pure java driver
jdbc driver vendors provide the code completely in java
language to connect to the database

Is This Answer Correct ?    2 Yes 2 No

What is Type-4 Driver and when this driver is used?..

Answer / sudheer

Type 4: Native Protocol Driver-all Java Driver

Is This Answer Correct ?    1 Yes 2 No

What is Type-4 Driver and when this driver is used?..

Answer / bhoopesh alladi

Mostly it will be used for Applets to interact with JDBC.
This driver only will supports for applets.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More JDBC Interview Questions

Define preparedstatement.

0 Answers  


Explain the life cycle of jdbc.

0 Answers  


Why do we use jdbc?

0 Answers  


Give an example for execution of sql statement.

0 Answers  


give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.

7 Answers  






What is jdbc drivers in java?

0 Answers  


What is ODBC and JDBC? How do you connect the Database?

0 Answers  


What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.

0 Answers  


What packages are used by jdbc?

0 Answers  


Which type of JDBC driver is the fastest one?

0 Answers  


What are the steps to connect to a database in java?

0 Answers  


What is the purpose of the jdbc resultset interface?

0 Answers  


Categories