Loan Server

Write a server for a client. The client sends loan information (annual interest rate, number of years and loan amount) to the server (Fig. 1). The server computes monthly payment and total payment and sends them back to the client (Fig. 2). Write your server and client applications using TCP and UDP respectively. Your server should be able to serve multiple clients at the same time (multithreading server). Five programs (Client.java, MultiThreadServer.java, DatagramClient.java, DatagramServer.java, Loan.java) are available on Blackboard under Assignments for you to modify and use. See image.

Requirements:

  • The client sends ONE message, containing three input values, to the server, and the server sends ONE message, containing the results, to the client.

Include the following comment lines for every Java program you write

/* Lab x
* Student(s) Name:
* Brief explanations of your program
*/
Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.