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 |
What class.forname does, while loading the drivers?
Is oracle client required for jdbc connection?
What is a JDBC 2.0 DataSource?
What is the return type of class.forname() method?
What are static and dynamic queries?
How can I determine the isolation levels supported by my DBMS?
Is possible to open a connection to a database with exclusive mode with JDBC?
How can you make a connection?
What is the latest version of JDBC? What new features are added?
What is the return type of execute, executequery and executeupdate?
What are the types of statements in jdbc?
If you are truncated using JDBC, how can you that how much data is truncated?