Roy Tang

Programmer, engineer, scientist, critic, gamer, dreamer, and kid-at-heart.

Blog Notes Photos Links Archives About

Someone on quora asked:

What are jdbc, jdbc driver, java.sql.driver, drivermanager, datasource, jdbctemplate?

JDBC is an API for Java programs to connect to SQL relational databases. JDBC drivers are implementations of the JDBC interface for various databases (Oracle, MySQL, etc)

The rest are packages in the JDBC API. There are basic tutorials on Oracle.com: Lesson: JDBC Basics

Posted by under notes at #answers
Also on: quora / 0