filmov
tv
Introduction to Java JDBC #1 | Java JDBC

Показать описание
Introduction to Java JDBC #1 | Java JDBC
For JDBC Notes , feel free to contact me.
Short Notes:
---------------------
JDBC - Java Database Connectivity
Persistence Logic : The logic which are used to communicate between the application and database.
JDBC, Hibernate are used to write persistence logic
JDBC - Technology
Hibernate - Framework
Performance-wise JDBC is good.
JDBC - JDBC is used for connecting Java application with database.
It is J2SE technology which is installed automatically with the JDK software.
JDBC API consists of classes and interfaces to connect or communicate Java application with database.
JDBC API consists of two packages:
-----------------------------------------------------------
DriverManager - The DriverManager keep track of the drivers that are available.
The DriverManager class maintain a list of Driver classes.
JDBC Driver - JDBC driver is a software component that enables java application to interact with the database.
There are four types of JDBC Driver:
----------------------------------------------------------
1) JDBC-ODBC bridge driver (Type-1 Driver)
2) Native-API driver (Type-2 Driver)
3) Network Protocol driver (Type-3 Driver)
4) Thin driver (Type-4 Driver) - fully java driver
Note : Driver dependent on the database
Don’t Forget To Like, Comment, Share & Subscribe !!
Keep Learning ! 😊
Important Playlist:
***************************************| Thanks |******************************
#jdbc #jdbctutorial #sumitsvideos
Related Searches :
java database connectivity tutorial
what is jdbc
persistence logic
jdbc basics
For JDBC Notes , feel free to contact me.
Short Notes:
---------------------
JDBC - Java Database Connectivity
Persistence Logic : The logic which are used to communicate between the application and database.
JDBC, Hibernate are used to write persistence logic
JDBC - Technology
Hibernate - Framework
Performance-wise JDBC is good.
JDBC - JDBC is used for connecting Java application with database.
It is J2SE technology which is installed automatically with the JDK software.
JDBC API consists of classes and interfaces to connect or communicate Java application with database.
JDBC API consists of two packages:
-----------------------------------------------------------
DriverManager - The DriverManager keep track of the drivers that are available.
The DriverManager class maintain a list of Driver classes.
JDBC Driver - JDBC driver is a software component that enables java application to interact with the database.
There are four types of JDBC Driver:
----------------------------------------------------------
1) JDBC-ODBC bridge driver (Type-1 Driver)
2) Native-API driver (Type-2 Driver)
3) Network Protocol driver (Type-3 Driver)
4) Thin driver (Type-4 Driver) - fully java driver
Note : Driver dependent on the database
Don’t Forget To Like, Comment, Share & Subscribe !!
Keep Learning ! 😊
Important Playlist:
***************************************| Thanks |******************************
#jdbc #jdbctutorial #sumitsvideos
Related Searches :
java database connectivity tutorial
what is jdbc
persistence logic
jdbc basics
Комментарии