What is thin driver and thick driver. why it is called so?

Answer Posted / harmandeep singh

Both these drivers are used to connect your java program to
database(oracle).

Thin drivers (comes under type 4 drivers) are completely
written in java.You can connect to oracle without oracle
client installed on ur pc.
Thick drivers(comes under type 1 or i think 2,3 also)are not
written completely in java.You need oracle client(like odbc
driver,jdbc-odbc bridge drivers etc)for communication
between java program and oracle.

As thin driver's implementation is smaller as compared to
thick drivers,so they are are called as such i think.

Is This Answer Correct ?    32 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does n mean in java?

504


What are register variables what are the advantages?

450


Differentiate between nested and inner class in java.

559


Why do we need strings in java?

526


Why put method is used?

534






What is object in java?

536


What are the various access specifiers for java classes?

546


What is the association?

557


what is thread? : Java thread

559


What are the different types of methodologies?

533


Is java a utf 8 string?

533


Why should we use singleton pattern instead of static class?

462


What is the lifetime and scope of a variable?

520


What is assembly condition codes?

558


What is the SimpleTimeZone class?

1799