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
How we can you use preparedstatement.
What is the query used to display all tables names in SQL Server (Query analyzer)?
What are jdbc?
Where can I find info, frameworks and example source for writing a JDBC driver?
How can you use preparedstatement in jdbc?
What is the latest version of JDBC? What are the new features added in that?
What is java soft framework?
What is jdbc architecture in java?
How many types of jdbc drivers are there?
What is the benefit of having jdbcrowset implementation?
What class.forname will do while loading drivers of jdbc?
What is jndi lookup?
Is odbc an api?
How do you determine the sensitivity of the ResultSet object?
What is createstatement method in java?