Tuesday, November 29, 2011

What is JDBC API in JAVA?

JDBC stands for Java DataBase Connectivity.The JDBC API is a Java API that can access any kind of tabular data, especially data stored in a Relational Database.For more details refer sun original material - http://java.sun.com/docs/books/tutorial/jdbc/overview/index.html:jdbc api is the collection of interfaces created by the sun Micro. which should be implented by the database Vendors(oracle,MYSQL) if they want there database to interact with java.:a series of interfaces used to manipulate database.:name indicates, :The Java Database Connectivity (JDBC) API is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases ? SQL databases and other tabular data sources, such as spreadsheets or flat files. The JDBC API provides a call-level API for SQL-based database access.
Category:Java Interview Questions

No comments:

Post a Comment