DBMS allows for the access and storage of data without concern for the internal representation of data. Java Database Connectivity (JDBC) is an API (Application Programming Interface) for java that allows the java programmer to access the database.
In this “Java Database Connectivity (JDBC) – Java Programming” you will learn about following topics:
- Database Connectivity (JDBC)
- ODBC (Open Database Connectivity)
- JDBC Components
- JDBC API
- JDBC Driver Manager
- JDBC Test Suite
- JDBC-ODBC Bridge
- Types of JDBC Drivers
- JDBC-ODBC Bridge Driver (Type 1)
- Native-API (Type-2) Driver
- Network-Protocol (Type 3) Driver
- Native Protocol (Type 4) Driver
- Writing JDBC Application
- Types of Statement Objects
- Statement
- PreparedStatements
- CallableStatement
- ResultSet
- Types of ResultSet
- CRUD Operations in Database
- JDBC and AWT
- Connection Pooling
==== Point to Note ====
This article Java Database Connectivity (JDBC) – Java Programming is contributed by Madan Raj Pandey Sir, a teacher of Dhangadi Engineering College.
If you like to contribute, you can mail us BCA Notes, BCA Question Collections, BCA Related Information, and Latest Technology Information at [email protected].
See your article appearing on BCA Notes (Pokhara University) main page with your designation and help other BCA Students to excel.
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
0 Comments