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

What are the differences between stored procedure and functions?

0 Answers  


preparedstatement p= new preparedstatement is it possible ?

10 Answers   Fidelity, IBM, Infrasys,


Difference between servlet and applet method?

3 Answers  


What are JDBC Best Practices?

0 Answers  


How can I connect mysql or oracle with java?

0 Answers  






What is a jdbc connection pool?

0 Answers  


Is oracle client required for jdbc connection?

0 Answers  


What does the connection object represents?

0 Answers  


What is meant by jdbc and odbc?

0 Answers  


What are the classes and methods used for sending sql statements to database?

0 Answers  


When you will get error like ?No suitable driver??

2 Answers  


How can you sort dates?

1 Answers  


Categories