Explain the Architecture of JDBC

Short Answer JDBC stands for Java Database Connectivity, is a way for Java programs to talk to databases. It acts like a bridge between java program and database. First, you have the JDBC API, which gives Java programs a common language to ask for data. Then, there’s the JDBC Driver Manager, which picks the right … Read more