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 odbc. how is it related to sql cli?
What is jdbc url for mysql?
What is the fastest type of JDBC driver?
State the different connection methods used for creating different types of sql.
Why are we using blob datatypes in jdbc?
What is the return type of execute, executequery and executeupdate?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is jdbc and why is it required?
What is ojvm used for?
In which ways is driver class is registered with drive manager?
How you restrict a user to cut and paste from the html page using java programing?
How vendor Naming registry supports JNDI?
Is jdbctemplate thread safe?
What is difference between java.util.Date and java.sql.Date?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?