Hi friends, In JDBC 4 drivers are there among this which
driver is best and why it is best.Which driver is most
commonly used in web applications.

Answers were Sorted based on User's Feedback



Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which ..

Answer / rajesh

Type 4 Driver will be the best driver.Because the java
application will directly interacts with database without
middlewares. We want a jar file to connect directly(i.e
mysql connector jar file for mysql,ojdbc.jar to pracle
database).

Is This Answer Correct ?    9 Yes 0 No

Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which ..

Answer / priyabrata patro

ok , friend see ,there are three drivers and one protocol
which is type-3 ,ok.
My recommendation is to use type-4 dirver , why , because
it has seveal advantages than the predecessor drivers.
Advantages
----------
->It is directly interacting with database software.
->It does not need much conversions to be included.
->It is compatible with internet program and applet programs
like this many advantages are there list will go on.
ok, now , if you are developing 2-tier project than use
type-4 dirver , if it is web application than use type-3
with type-4 ok
for more information call 9989683928 , i belong to hyd

Is This Answer Correct ?    9 Yes 0 No

Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which ..

Answer / vicky

Because Type IV driver classes are written purely in
java.and it interacts directly with the database we dont
need to specify any ODBC to interact with the database.

Is This Answer Correct ?    5 Yes 0 No

Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which ..

Answer / vinayak_ankam

alljava because it's have capability work with any data
base and cliet did not requeried to install any software.

Is This Answer Correct ?    3 Yes 1 No

Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which ..

Answer / ranjith

Type-4 driver. i.e,
Oracle JDBC Driver

Is This Answer Correct ?    3 Yes 1 No

Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which ..

Answer / srinu

Among jdbc driver TYPE-III driver(or) Net protocol driver is
best. because their is no worry about connection object and
connection pooling,middleware services.THe jdbc connection
are over all taken by application server.A programer just
use the connection object.
In webapplication TYPE-III driver are mostly used.To work
with TYPE-III driver are in application server

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More JDBC Interview Questions

Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


Which is faster jdbc or odbc?

1 Answers  


List the advantages of using datasource?

1 Answers  


wahts is mean by primary key and unique key?

7 Answers   Wipro,


Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?

2 Answers  


Why do we use jdbc?

1 Answers  


What is jdbc connection string?

1 Answers  


can we create a own jdbc driver? how can we create?

1 Answers   HCL,


What is jdbc in java?

1 Answers  


How java can be connected to a database?

1 Answers  


If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?

1 Answers  


What is JDBC and ODBC and what are the differences between them?

11 Answers   Idbi Bank, Infosys, Infoview, TCS,


Categories