advance java 2

Server

Attached Files:

Fill in the required code for the attached files to create a clientserver application.

  • This is a simple connection from one program to the other with a simple message sent one time
  • Note that you must run the server program first, followed by the client while the first is still running.
  • 2
    Attached Files:

    Correct the problem in the attached programs. The program shows data corruption when multiple threads access a data structure.

    • replace the question marks (????) in SynchBankTest.java and TransferRunnable.java so that they run correctly
    • run SynchBankTest to see the results of the corruption
    • provide two solutions to the problem by modifying Bank.java
      • one solution should use locks for serializing access
      • a second solution should use synchronization
    • Submit both solution folders

    ExThread

    Attached Files:

    Create a program named ExTread to satisfy the attached.Submit the Solution Folder.

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *