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...

basic difference b/w ALL types of JDBC driver.

Answer Posted / dsr

There are four types of JDBC drivers.
1.JDBC-ODBC driver
2.native api driver
3.network protocal driver
4.thin driver

All java programmers,we can use the thin driver. this
driver was fully developed in java.

1.JDBC-ODBC Driver:middle bridge is ODBC.
2.native api driver:
3.Network protocol driver: Datbase is connected throw
network
4.Thin Driver:This is filly developed in java.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Java and C++?

1255


What is difference between length and length() method in java ?

1050


When is the finally clause of a try-catch-finally statement executed?

1137


What is a protected method?

1193


Why hashmap is used in java?

1138


What is the final keyword denotes?

1167


What is the use of put method?

1002


Can we return null in java?

1218


How many arguments can a method have java?

1067


What is the difference between a synchronized method and a synchronized block?

1122


Difference between default and protected access specifiers?

1208


What do you mean by aggregation?

1409


What is a singleton class? Give a practical example of its usage.

1144


What will be the output of round(3.7) and ceil(3.7)?

1167


Explain spliterator in java8?

1099