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
Why did my jdbc code throw a rollback sqlexception?
Where is mysql jdbc driver located?
What is benefit of using preparedstatement in java?
Why jdbc is used in java?
What are jdbc and its components?
List the common jdbc exceptions ?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is while rs next ())?
What is a java driver?
Explain about DSN?
Name the types of jdbc drivers.
What is xe in oracle jdbc url?
What is a datasource in java?
RowSetInternal caller and returns void. What can I do in the readData method?
How can we execute stored procedures?