How JDBC fits in between two and three-tier systems
[28]
Two tier architecture
This Two tier architecture is similar to a basic client-server model. The application at the client end directly communicates with the database at the server side. API’s like ODBC,JDBC are used for this interaction. The ser...
pranavbawg.hashnode.dev4 min read