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 odbc jdbc?
What is JDBC Statement?
What is type 4 jdbc driver?
What are the measures to connect to the db using jdbc?
Is odbc an api?
Can we use the one instance of Statment to execute more than one query ?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
When do we get java.sql.SQLException: No suitable driver found?
What is the use of jdbc api?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Explain the different ways to register a driver?
What is JDBC ResultSet?