JDBC

Java DataBase Connectivity
An application program interface specification for connecting programs written in Java to the data in a database. It is a Java API that enables Java programs to execute SQL statements and interact with any SQL-compliant database. Since nearly all relational database management systems (DBMSs) support SQL, and since Java itself runs on most platforms, JDBC makes it possible to write a single database application that can run on different platforms and interact with different DBMSs. Similar to ODBC, it was developed by JavaSoft, a subsidiary of Sun Microsystems.
NetLingo Classification: Net Programming
Subscribe to Word of the Day - Email this Definition to a Friend
Share this:



Edit Word