Student Name: __________________
Class and Section __________________
Total Points (20 pts) __________________
Due: March 21, 2011 before the class
Project: Mutli-Thread Server
CSCI 5520 Rapid Java Application Development
Armstrong Atlantic State University
Problem Description:
Loan server) Write a server for multiple clients. The
client sends loan information (annual interest rate, number
of years, and loan amount) to the server (see Figure
(a) (b)
Figure 30.21
The client in (b) sends the annual interest rate, number of
years, and loan amount to the server and receives the
monthly payment and total payment from the server in (a).
Source code:
Screen shot: