The Java Database Connectivity (JDBC)
by , 03-09-2012 at 07:31 PM (629 Views)
Java Database Connectivity JDBC API is considered to be a database’s industry standard. An independent connectivity is provided by it b/w range of databases and Java programming language. Like
- Tabular data sources e.g. flat files and spreadsheet.
- SQL databases
To access SQL based database, call level API is provided by JDBC API.
In Java programming language, JDBC technology is used to “write once, Run Anywhere” capabilities. This is done for those applications which need enterprise data access. All corporate data can be connected even in heterogeneous environment with JDBC technology enabled driver.









Email Blog Entry
Size Reduced for Images in PDF &...
05-15-2013, 05:53 PM in Java Software