Computer Science, asked by harisreeHari7864, 1 year ago

Explain JDBC architecture in detail.

Answers

Answered by sarveshkumar83
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