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
What is odbc and jdbc drivers?
What do you mean by batch processing in jdbc?
What driver should I use for scalable Oracle JDBC applications?
What is an odbc driver?
Name the types of jdbc drivers.
What is JDBC ResultSet?
In which ways is driver class is registered with drive manager?
What are the different types of lockings in jdbc?
What is jdbc and jdbc drivers?
What is a jdbc connection pool?
What are JDBC Best Practices?
List the common jdbc exceptions ?
What do you mean by odbc?
What is use of connection pooling?
What is JDBC PreparedStatement?