Aim Write a java program to demonstrate two-tier client-server model. Theory A two-tier client-server architecture consists of a client and a server. The client sends requests to the server and the server takes the request, processes the request and sends a response back. The two-tier client server architecture can be visualized as shown in […]
