
i want answer for this question.

JDBC stands for Java Database Connectivity. It is a set of API for connecting the database from Java program. JDBC API provides the API for:
Connecting to database Getting the database information Performing add, update, delete and selection operations on the dataset. Controlling and managing the database translations between two or more JDBC statements. You can call database views, Stored procedures from Java program.
For more information, visit the following links:
http://www.roseindia.net/jdbc/
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.