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
If you are truncated using JDBC, how can you that how much data is truncated?
Jdbc-odbc bridge is multi-threaded or not?
State the three different ways in which you can create a table?
What is the fastest type of JDBC driver?
What is meant by dao?
What is a jdbc connection string?
Why do we use jdbc in java?
What is jdbc vs odbc?
Which type of driver provides jdbc access via one or more odbc drivers?
Why is jdbc used?
What does the jdbc connection interface?
How to connect html page to database using jdbc?
What are the types of jdbc drivers that exist?
What is ojdbc14 jar?
What is resultset in jdbc with example?