Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / samineni.anilbabu

thick driver is comes under only type1 driver
why because there connect automatically into the oracle

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Core Java Interview Questions

Can we extend a class with private constructor?

0 Answers  


What is the constructor?

0 Answers  


What are the four pillars of java?

0 Answers  


what is the difference between java and j2ee... is that can i work j2ee on net beans IDE 6.0

2 Answers  


A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet

3 Answers  


How does synchronized modifier work?

1 Answers   IBM,


what is the difference between AWT and SWING what is the advantage of using swing?

3 Answers  


"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.

2 Answers  


How do u provide security in java

3 Answers  


What is field name?

0 Answers  


What is a method ?

6 Answers  


difference between String a; and String a=new String();? y do v need to assign memory to the variable?

2 Answers  


Categories