Explain JDBC architecture in detail.
Answers
Answered by
2
The JDBC API supports both two-tier and three-tier processing models for database access. Figure 1: Two-tier Architecture for Data Access. In the two-tier model, a Java application talks directly to the data source. ... Another advantage is that it simplifies the deployment of applications.
Similar questions