Is JDBC a language or Application?

Answers were Sorted based on User's Feedback



Is JDBC a language or Application?..

Answer / meenal sayali

jdbc is an application

Is This Answer Correct ?    16 Yes 5 No

Is JDBC a language or Application?..

Answer / priyabrata patro

JDBC is neither a language nor an application.
Than what is it?
It is a specification given by sun microsystem .You just
think about while you are working with JDBC concept you are
commonly using certain objects like Connection,Statement etc.
If it was not a specification than we would have to refer
each drivers information.
And about application see you are using JDBC concept to
create JDBC application but it is not itself an application
, and about language since it is part of java than you can
say it is sub-technology of java.

Is This Answer Correct ?    5 Yes 3 No

Is JDBC a language or Application?..

Answer / anupam kushwaha

JDBC is not a language or a software product. It is an API, which contains set of java classes and interfaces for developing database application using Java.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

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

0 Answers  


What is jdbc driver for sql server?

0 Answers  


What is setautocommit in jdbc?

0 Answers  


What is an odbc driver?

0 Answers  


How do you insert images into database using jdbc?

0 Answers  






How to handle when the database crashes while reading the data from the database?

2 Answers   IBM,


Explain Basic Steps in Writing a Java Program Using Jdbc?

0 Answers   Winsol Solutions,


How can you make the connection using jdbc?

0 Answers  


Describe the steps needed to execute a sql query using jdbc.

0 Answers  


What is the function of setautocommit?

0 Answers  


What is jdbc odbc bridge?

0 Answers  


Explain some new features available in jdbc 4.0?

0 Answers  


Categories