JDBC Architecture: Understanding its Layers and Responsibilities
Both A and B are correct. JDBC architecture is divided into two main layers: the JDBC application layer and the JDBC driver layer. The JDBC application layer is responsible for managing database connections and providing standard database access interfaces. This layer interacts with the JDBC driver layer, which handles the actual communication with the specific database.
原文地址: https://www.cveoy.top/t/topic/ozUW 著作权归作者所有。请勿转载和采集!