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

What is the difference between client and server database cursors?

0 Answers  


Is jpa faster than jdbc?

0 Answers  


Why are we using blob datatypes in jdbc?

0 Answers  


What does adapter class provide?

0 Answers  


commit() and rollback() methods are defined in which interface?

5 Answers  






Explain what should be done when a SQL exception is raised?

0 Answers  


Write an sql to find all records having all numeric characters in a field ?

0 Answers  


Explain Basic Steps in Writing a Java Program Using Jdbc?

0 Answers   Winsol Solutions,


How to use JDBC API to call Stored Procedures?

0 Answers  


What is SQL Warning? How to retrieve SQL warnings in the JDBC program?

0 Answers  


Why do we need jdbc api?

0 Answers  


what is JDBC?

3 Answers   Wipro,


Categories