Interview Question in JDBC


 

Interview Question :: What is JDBC?

 What is JDBC?

by ksk
VoteNowAnswers to "What is JDBC?"

 JDBC technology is an API (included in both J2SE and J2EE releases) that provides cross-DBMS connectivity to a wide range of SQL databases and access to other tabular data sources, such as spreadsheets or flat files. With a JDBC technology-enabled driver, you can connect all corporate data even in a heterogeneous environment

by ksk