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 “dirty read” in JDBC? Which isolation level prevents dirty read?
Explain the main method?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
What are the main components of JDBC ?
What are types of jdbc drivers?
What does adapter class provide?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What is odbc and jdbc drivers?
What is a jdbc url?
What are the conditions applies to varchar variable, when using in procedures?
Explain about the drive manager class working?
Is jdbc open source?
What is ojvm used for?
What is meant by connection string?