what is JDBC?

Answer Posted / modi

The JDBC API is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases. The JDBC API provides a call-level API for SQL-based database access. JDBC technology allows you to use the Java programming language to exploit "Write Once, Run Anywhere" capabilities for applications that require access to enterprise data.
The JDBC library includes APIs for each of the tasks commonly associated with database usage:

1.Making a connection to a database

2.Creating SQL or MySQL statements

3.Executing that SQL or MySQL queries in the database

4.Viewing & Modifying the resulting records

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does jpa use jdbc?

478


What is the difference between executing, executequery, executeupdate in jdbc?

549


Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?

551


What are database warnings in jdbc and how can we handle database warnings in jdbc?

604


Why resultset is used in java?

493






What are the packages are used in jdbc?

564


What class.forname does, while loading the drivers?

526


Does jdbc require oracle client?

515


I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?

475


What is a jdbc connection string?

454


What are the functions of the jdbc connection interface?

496


How many ways that we can view a result set?

527


How do I receive a ResultSet from a stored procedure?

513


How can I get or redirect the log used by DriverManager and JDBC drivers?

509


Why hibernate is better than jdbc?

490