Saturday, 17 December 2022

List the advantages of JDBC over ODBC in java

 

Advantages of JDBC over ODBC.

  1. Generally JDBC  is to  uses to java . And JDBC is Java database connectivity and it's uses for store the particular data in an server,
  2. and the ODBC is Open database Connectivity it's same as JDBC but it's store the data in open source media platforms.
  • C programming language provide the interface between JDBC AND ODBC.
  • ODBC is the Standard Microsoft  windows interface between that enables the communication between the managements  systems and programming languages likes c and c++.
  • over the JDBC is the Java database connectivity is standard interface and enables communication between managements systems and application written in oracle in java.
  1.  JDBC applications enjoy the platform independence of java which lends itself to internet applications . 
  2. ODBC applications must , at a minimum be recompiled be to run on a different operating system/hardware combination.- JDBC does not required software on- each client System , which lends itself well for internet application.
  3.  JDBC is simpler and easier to learn than ODBC.
  4. JDBC is not primarily targeted for desktop application development which makes for faster application development which makes for faster implementation outside the windows environment and is frequency used in enterprise class applications.

No comments:

Post a Comment

GitHub Most Imp Command For Every Developer Learn:

 Top Command for GitHub:  1) git clone 2) git init and git status   3) git add file name  or git add .  4) git commit -m message  5) git rem...