why are using type4 driver in realtime projects?

Answers were Sorted based on User's Feedback



why are using type4 driver in realtime projects?..

Answer / karthikeyan

we're using type 4 because we do not require to have client
side software to be present. db vendors will take care of it

Is This Answer Correct ?    28 Yes 0 No

why are using type4 driver in realtime projects?..

Answer / venu

Type4 driver includes it's own implementation of a TCP/IP version of Oracle net8 written entirely in java.so it is platform independent. it can be downloaded to a browser at run time.

Is This Answer Correct ?    4 Yes 1 No

why are using type4 driver in realtime projects?..

Answer / dipanshu

We use type-4 driver in our project bcoz of the following reasons.

Type 4 Driver is a thin driver and it doesn't contain more layer like other (type-1 and type-2) drivers, it speed up the performance and moreover DB vendor library is automatically includes so explicitly our client application does not need to have DB vendor Library.

When we use type-4 driver to talk to Database then our JDBC code directly talks to the Database s/w without having the support of ODBC(like type-1) and DB Library(in type-1&type-2).

Is This Answer Correct ?    1 Yes 0 No

why are using type4 driver in realtime projects?..

Answer / raju pericheral

we never use 4 drivers in any project we use the Type3 and type4 combination.

in case of ms-access have to use type2 driver only.

Is This Answer Correct ?    3 Yes 13 No

Post New Answer

More JDBC Interview Questions

What are the ddl statements?

0 Answers  


What are the different types of 2 tier and 3 tier architecture ?

2 Answers   Honeywell,


What types of DataSource objects are specified in the Optional Package?

0 Answers  


Expalin the method of calling a stored procedure from jdbc.

0 Answers  


What are restrictions on triggers?

0 Answers  






How can we retrieve data from the resultset?

0 Answers  


What is static Synchronized method in JDBC API? Give an example?

3 Answers   3 Edge Solutions, R Systems, Sirvisetti Global Services,


After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse

2 Answers   Wipro,


What are devices?

0 Answers  


What are the 4 types of jdbc drivers?

0 Answers  


any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.

0 Answers  


How do I insert/update records with some of the columns having NULL value?

0 Answers  


Categories