What is JDBC?
Answers were Sorted based on User's Feedback
Answer / janet
JDBC is a set of java API for executing SQL statements.
This API consists of a set of classes and interfaces to
enable programs to write pure Java Database applications.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mraghuhere
JDBC is a mechanism supported by java to communicate with a database through the java application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / deepu
Jdbc is a multidatabase application programming interface(API).It provides java ovbjects for working with database drivers,connections,sql statements,Query result sets.
JDBC ,makes it easier to write jacva code for accessing sql databases.
| Is This Answer Correct ? | 1 Yes | 0 No |
Diff bet.. Function and Trigger?
What are the different types of lockings in jdbc?
How do java applications access the database using jdbc?
List the advantages of using datasource?
What is device controller?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is batch processing and how to perform batch processing in jdbc?
How transactions are performed using JDBC ?
Why do we use jdbc?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
Why is odbc needed?
What is jdbc resultsetmetadata interface?