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 |
What is the use of JDBC DriverManager class?
Does jdbctemplate close connection?
What is CLOB and BLOB datatypes in JDBC?
How do you debug PL/SQL code?
What is statement and resultset in jdbc?
How do I know which jdbc driver to use?
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
How to update a resultset programmatically?
Diff bet.. Function and Trigger?
What is the purpose of jdbc resultset interface?
What is url in jdbc connection?
Why do we use jdbc in java?