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 a JDBC 2.0 DataSource?
What is the return type of execute, executequery and executeupdate?
What is Apache DBCP API?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What is metadata in java programming?
Explain how to make updates to the updatable resultsets.
Why is jdbc used?
Does jdbc use odbc?
If you are truncated using JDBC, how can you that how much data is truncated?
If I use the JDBC API, do I have to use ODBC underneath?
Explain the life cycle of jdbc.
Explain the necessary steps to connect to the database in java?
Differentiate between stored procedure and functions?
What is isolation level? How to set it?
What are the three parts of a jdbc url?