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

password, is stored in as plain text. What can I do to protect my passwords?

0 Answers  


How can you create jdbc statements?

0 Answers  


How can you make a connection?

0 Answers  


What are the components of jdbc?

0 Answers  


What is layer in communication?

0 Answers  






What is JDBC Connection? Explain steps to get Database connection in a simple java program.

0 Answers  


How to know howmuch data is truncated?

0 Answers   Mastek,


How to rollback a JDBC transaction?

0 Answers  


What is PreparedStatement?

6 Answers   Infogain, Wipro,


How many types of jdbc drivers are available?

0 Answers  


What are the different types of statements?

4 Answers  


What is correlated subquery?

0 Answers   emc2, JK Technosoft,


Categories