Interview Question in JDBC


 

Interview Question :: What is JDBC Driver ?

 What is JDBC Driver ?

by ksk
VoteNowAnswers to "What is JDBC Driver ?"

 The JDBC Driver provides vendor-specific implementations of the abstract classes provided by the JDBC API. This driver is used to connect to the database.

by ksk