A) JDBC Basics
B) Feature of JDBC
1.Connection Pooling
2.Get a Connection
3. New data type support
4. Batch Updating
5.SavePoint
6.Rowsets
7.Updatable ResultSet
C) JDBC Drivers
1.JDBC-ODBC Bridge
2.Native API Driver
3.JDBC Network protocol driver
4.Native protocol Driver
D) JDBC API
1.Driver Manager
2.Connection
3.Statement
4.Prepared Statement
5.Callable Statement
6.ResultSet
7.SQLException
E) Version of JDBC
1.Feature of JDBC 1.0 API
2.Feature of JDBC 1.2 API
3.Feature of JDBC 2.0 Optional Package API
4.Feature of the JDBC 2.1 core API
5.Feature of JDBC 3.0 API
6.Feature of JDBC 4.0
F) Step of the connectivity with Oracle
G) Step of the connectivity with MySQL
H) Interface of JDBC
I) Class and Exception of the JDBC
J) Statement of the JDBC
K) Basic Operation on JDBC
1.JDBC Select Statement
2.JDBC Insert Statement
3.JDBC Update Statement
4.JDBC Delete Statement
L) Connection To The Database with use of Network Address
Post Your Comments
Your Name: