What is JDBC and ODBC and what are the differences between
them?

Answers were Sorted based on User's Feedback



What is JDBC and ODBC and what are the differences between them?..

Answer / md imran

#.ODBC stands for Open Database Connectivity.and
JDBC stands for Java Database Connectivity.
#.ODBC basically works like container and JDBC also works like container.
#.ODBC provide us to interface work on Microsoft DBMS.
And JDBC also provide base to work like an interface work on Java.
#.JDBC is to establish a connection with a DB(Database).
ODBC also work similar like JDBC.
#.ODBC and JDBC are an application programming interface(API).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

Why prepared statements are faster?

0 Answers  


Is jdbc and orm?

0 Answers  


What is static Synchronized method in JDBC API? Give an example?

3 Answers   3 Edge Solutions, R Systems, Sirvisetti Global Services,


How to check jdbc connection in linux?

0 Answers  


How many types of JDBC Drivers are present and what are they?

0 Answers  






How does a custom RowSetReader get called from a CachedRowSet?

0 Answers  


Explain about multiple implementations and drive manager?

0 Answers  


What is database deadlock ?

0 Answers  


Why is jdbc used?

0 Answers  


Explain the necessary steps to connect to the database in java?

0 Answers  


what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?

2 Answers  


What is an encrypted internet connection?

0 Answers  


Categories