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
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is the difference between executing, executequery, executeupdate in jdbc?
How many types of statements are there in jdbc?
Why do we use jdbc?
What is a datasource in java?
How does jdbc driver work?
What is odbc and jdbc in dbms?
How can you load the drivers?
What is jsp and jdbc?
What is encrypted connection?
What is executeupdate in java?
Can resultset be null in java?
What is thin driver in jdbc?
What is a jdbctemplate?
Is uri the same as url?