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

How do we call a stored procedure from jdbc?

0 Answers  


State the three different ways in which you can create a table?

0 Answers  


Explain the main method?

0 Answers  


What is the syntax of URL to get connection?

1 Answers  


How to connect multiple database in jdbc?

0 Answers  






How do I disallow NULL values in a table?

0 Answers  


What is Normalization?

2 Answers   Accenture, Atos Origin,


What is the exception thrown by JDBC ?

7 Answers  


I have written a program to connect to database using odbc.Can this Application run on any Platform????

2 Answers  


What is the query used to display all tables names in SQL Server (Query analyzer)?

0 Answers  


How can we set null value in jdbc preparedstatement?

0 Answers  


Is jdbc object oriented?

0 Answers  


Categories