InterviewSolution
Saved Bookmarks
| 1. |
Describe a general JDBC Architecture. |
|
Answer» General JDBC Architecture consists of two layers JDBC API (This provides the application-to-JDBC Manager connection) and JDBC Driver API (This supports the JDBC Manager-to-Driver Connection). |
|