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
Where is jdbc url mysql?
Does jdbc require oracle client?
Does jdbc use odbc?
What is the function of setautocommit?
How do we call a stored procedure from jdbc?
Can I get a null resultset?
What is JDBC PreparedStatement?
What are the steps to connect to the database in java?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What is odbc and jdbc?
What is preparedstatement in jdbc?
What is jdbc url for mysql?
What is jdbc and why is it required?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?