what is JDBC?

Answers were Sorted based on User's Feedback



what is JDBC?..

Answer / 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

what is JDBC?..

Answer / modi

The JDBC API is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases. The JDBC API provides a call-level API for SQL-based database access. JDBC technology allows you to use the Java programming language to exploit "Write Once, Run Anywhere" capabilities for applications that require access to enterprise data.
The JDBC library includes APIs for each of the tasks commonly associated with database usage:

1.Making a connection to a database

2.Creating SQL or MySQL statements

3.Executing that SQL or MySQL queries in the database

4.Viewing & Modifying the resulting records

Is This Answer Correct ?    5 Yes 0 No

what is JDBC?..

Answer / aejaz ahmad

JDBC Tchnology is an Api (Application Programoming
Interface)that provides cross DBMS connectivity to a wide
range of SQL database and access to other tabular data
sourse JDBC is a set of programing interface.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More JDBC Interview Questions

Is jdbc a middleware?

0 Answers  


What type of driver you use in real-time projects?

3 Answers  


How the information about db(database) can be retrieved?

3 Answers  


Is jdbc part of j2ee?

0 Answers  


what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail

10 Answers   Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,






What is jdbc and explain jdbc architecture?

0 Answers  


How to insert and delete a row programmatically? (new feature in JDBC 2.0)

0 Answers  


What is the meaning of batch updates?

0 Answers  


can we define indexes on a foreign key? Explain pros and cons?

1 Answers  


What is Type-4 Driver and when this driver is used?

3 Answers  


What is jdbc architecture in java?

0 Answers  


How do I know which jdbc driver to use?

0 Answers  


Categories