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
Which is best database for java?
In which ways is driver class is registered with drive manager?
Explain the importance of drivermanager.
Why do we use jdbc?
State the three different ways in which you can create a table?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is meant by jdbc?
What does it mean to "materialize" data?
What do you mean by two phase commits?
How to insert an image or raw data into database?
What does the jdbc resultset interface?
What are types of jdbc drivers?
What are the advantages of using jdbc datasource?
What are the advantages of database connection pooling?
What is the role of the jdbc drivermanager class?