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 are the main features of java?

534


What is a variable simple definition?

581


What is used of static keyword in java?

594


What is consumer interface?

562


Explain about automatic type conversion in java?

573






What is the purpose of main function in java?

541


Is object a data type in java?

597


How do you break a loop?

568


What are internal variables?

561


What is treeset in java?

549


What is java used for on a computer?

511


Give some features of interface?

588


Why can't we use static class instead of singleton?

503


What is the primitive type byte?

587


Can java inner class be static?

562