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

Why “no suitable driver” error occurs?

0 Answers  


What is use of connection pooling?

0 Answers  


How does a file store compare with a jdbc store?

0 Answers  


Can we have foreign key reference to a non primary key column ?

0 Answers  


What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?

1 Answers   AppLabs,






How many ways that we can view a result set?

0 Answers  


What are statements in JAVA ?

1 Answers   CTS,


How many locking systems are there in jdbc?

0 Answers  


What is the JDBC syntax for using a literal or variable in a standard Statement?

0 Answers  


Describe odbc?

0 Answers  


What is the purpose of the jdbc resultset interface?

0 Answers  


What is an SQL Locator?

0 Answers  


Categories