What is JDBC?

Answers were Sorted based on User's Feedback



What is JDBC?..

Answer / janet

JDBC is a set of java API for executing SQL statements.
This API consists of a set of classes and interfaces to
enable programs to write pure Java Database applications.

Is This Answer Correct ?    4 Yes 0 No

What is JDBC?..

Answer / mraghuhere

JDBC is a mechanism supported by java to communicate with a database through the java application.

Is This Answer Correct ?    1 Yes 0 No

What is JDBC?..

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

More JDBC Interview Questions

all Java qts are imp ?

1 Answers   eBay,


What is jdbc and odbc?

0 Answers  


Does jpa use jdbc?

0 Answers  


How to get a whole row of data at once?

2 Answers  


What are the types of statements in jdbc?

0 Answers  






Difference between JDBC and Hibernate? Give one sample based on the variance?

4 Answers   HCL, IBM, Xybion,


What is CLOB and BLOB datatypes in JDBC?

0 Answers  


What are the 4 types of jdbc drivers?

0 Answers  


What is metadata in programming?

0 Answers  


Define preparedstatement.

0 Answers  


What is jdbc connection interface?

0 Answers  


How can you retrieve data from the resultset using jdbc?

0 Answers  


Categories