Tuesday, February 3, 2015

JDBC Tutorial – The ULTIMATE Guide

This tutorial is about JDBC (Java Database Connectivity), an API provided by Oracle that allows programmers to handle different databases from Java applications: it allows developers to establish connections to databases, defines how a specific client can access a given database, provides mechanisms for reading, inserting, updating and deleting entries of data in a database […]



from Java Code Geeks http://www.javacodegeeks.com/2015/02/jdbc-tutorial.html

No comments:

Post a Comment