Introduction: JDBC
- JDBC (Java Data Base Connection) is the standard method of accessing database from java Application.
- JDBC is a Java API for executing SQL statements. (standard for java Database connectivity.)
- JDBC is a platform independent interface between relational database and java application.
- The combination of Java and JDBC makes it possible for a programmer to "write it once and run it anywhere."
- JDBC consist of a set of classes and interfaces written in java for connectivity.
No comments:
Post a Comment