Answer Posted / 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 |
Post New Answer View All Answers
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
Does jpa use jdbc?
What is sqlwarning?
How do you insert images into database using jdbc?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What are collection pools?
How do we call a stored procedure from jdbc?
What is db client?
What is com mysql jdbc driver?
What are the differences between resultset and rowset?
How to get the Database server details in java program?
What are the 4 types of jdbc drivers?
RowSetInternal caller and returns void. What can I do in the readData method?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
Why jdbc is used in java?