Answer Posted / murali
JDBC technology is an api written in java,where as odbc is a
'c' interface written in c/c++ and cobol languages.
jdbc makes jdbcAPI calls
odbc tranforms jdbcAPI calls to odbc operations,these are
sent to database server.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain what should be done when a SQL exception is raised?
What are the advantages of using preparedstatement in java?
What is jdbc driver in java?
What is JDBC Batch Processing and what are it’s benefits?
Is java a database?
How can we execute stored procedures using callablestatement?
What is the feature of jdbc v4?
What is the limitation of PreparedStatement and how to overcome it?
How do java applications access the database using jdbc?
Describe how the jdbc application works.
What is a statement?
What is odbc and jdbc?
What is the meaning of “dirty read” in the database?
How to use JDBC API to call Stored Procedures?
Which database is used for java?