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.



basic difference b/w ALL types of JDBC driver...

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

More Core Java Interview Questions

what is platform independence in java?

5 Answers   CSC, HSBC,


What is the difference between arraylist and hashset in java?

0 Answers  


What is operator?

3 Answers  


Difference between class#getinstance() and new operator ?

0 Answers  


Mention a package that is used for linked list class in java.

0 Answers  


What is a double vs float?

0 Answers  


how can u create the object with out new operator

2 Answers  


Is java 11 paid version?

0 Answers  


What does math floor () do?

0 Answers  


What happens when you assigned a 'double' value to a 'String'?

8 Answers  


if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java

1 Answers  


what is unreachable code problem in multiple catch statements

3 Answers  


Categories