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 is jdbc and its types?
What are four types of JDBC driver?
Does jdbc require oracle client?
What are the classes and methods used for sending sql statements to database?
What is JDBC Transaction Management and why do we need it?
What are types of jdbc drivers?
Is jdbc database independent?
How do I insert an image file (or other raw data) into a database?
What is jdbc stand for?
How do I load a database driver with JDBC 4.0 / Java 6?
Which jdbc driver type s is are the jdbc odbc bridge?
What is in terms of jdbc a datasource?
What is while rs next ())?
What is in term of jdbc a datasource?
What is a statement in java?