Answer Posted / v2kagitala
JDBC(java Database Connectivity) is an API(Application
program Interfaces), that is useful to write a java program
to connect any database,and retrieve the data form the
database and utilize the data in the java program.
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
What is batch processing and how to perform batch processing in jdbc?
What is the use of jdbc api?
What are the jdbc drivers in java?
What are the higher level apis under development on top of jdbc currently?
What are the benefits of PreparedStatement over Statement?
What are the different types of drivers under jdbc?
What are the main components of JDBC ?
Explain about DSN?
What is JDBC Driver interface?
How to connect html page to database using jdbc?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
When do we get java.sql.SQLException: No suitable driver found?
Can I use JDBC to execute non-standard features that my DBMS provides?
What are four types of JDBC driver?
Why would you use setautocommit(false) in jdbc?