Blog

JDBC (Java Database Connectivity)

November 21, 2013  |   Posted by :   |     |   Comments Off on JDBC (Java Database Connectivity)»

 

Definition: The JDBC application programming interface can access any kind of tabular data, especially data stored in a relational database.

What This Means: JDBC helps write java applications that manage these three programming activities:

– Connect to a data source, like a database

– Send queries and update statements to the database

– Retrieve and process the results received from the database in answer to your query”

 

Need another definition?

Please select from the menu above

 

 

 


Related Posts

Comments are closed.