Is JDBC a language or Application?
Answers were Sorted based on User's Feedback
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 |
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 |
Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?
What is JDBC RowSet? What are different types of RowSet?
What are the conditions applies to varchar variable, when using in procedures?
Is jdbc an api?
What is db client?
How to handle when the database crashes while reading the data from the database?
What is a jdbc connection?
What is DML?
Which type of driver provides jdbc access via one or more odbc drivers?
What is the difference between triggers and procedures?
How vendor Naming registry supports JNDI?
What is jdbc and odbc in java?