Answer Posted / 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 |
Post New Answer View All Answers
What are dml and ddl?
How to retrieve warnings in jdbc?
Which type of JDBC driver is the fastest one?
Explain different types of locks in jdbc?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is jndi lookup?
What are the ddl statements?
Is java a database?
What is jdbc architecture?
What are four types of JDBC driver?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
What is difference between statement and preparedstatement in jdbc?
What is jdbc connection interface?
What are collection pools?
How to use JDBC to connect Microsoft Access?