Answer Posted / rakesh damera
The JDBC API defines the Java interfaces and classes that
programmers use to connect to databases and send queries. A
JDBC driver implements these interfaces and classes for a
particular DBMS vendor.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What causes no suitable driver error?
What is a java driver?
What is meant by connection string?
What are the 4 types of jdbc drivers?
What is jdbc and odbc?
How to check jdbc connection in linux?
Explain some new features available in jdbc 4.0?
Is jdbc and orm?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Explain about Join?
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 ?
How to check jdbc driver version in websphere?
What are the common jdbc exceptions?
What is jdbc in java?
What are the jdbc statements?