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 are the common tasks of JDBC?
What is java soft framework?
What is a statement in java?
How do I check in my code whether a maximum limit of database connections have been reached?
Briefly tell about the jdbc architecture.
What is the benefit of having jdbcrowset implementation?
How a database driver can be loaded with jdbc 4.0 / java 6?
What are the 4 types of jdbc drivers?
Why do we use jdbc in java?
Is jdbctemplate thread safe?
Explain how to make updates to the updatable resultsets.
Which type of JDBC driver is the fastest one?
How many types of jdbc drivers are there?
What is difference between jdbc and odbc?
Is jdbc part of j2ee?