Question: Java Database Connectivity or JDBC allows you to have a single API for connecting to, manipulating and retrieving information from a multiple databases like MySQL,

Java Database Connectivity or JDBC allows you to have a single API for connecting to, manipulating and retrieving information from a multiple databases like MySQL, Oracle etc. JDBC API is written in a way to allow loose coupling between Java program and actual JDBC drivers that make our life easier in switching from one database to another database servers easily. a) Discuss the different types of JDBC drivers. b) Compare between local and global transaction
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
