http://www.cecs.csulb.edu/~jpark/cecs327/codeSamples/chapter7/

Using the Hello Example:

6) Add code in the sayHello method of HelloImpl.java so that there is a 5 second delay before the method returns. Compile and start the server.

In separate screens start two or more clients. Observe the sequence of events displayed on the screens. Can you tell if the method calls are executed by the object server concurrently or iteratively? Explain your answer.

7) Modify the sayHello method so that an argument, a name string, is passed in as an argument, and the return string is the string "Hello!" concatenated with the name string:

a) Show the code modifications:

b) Recomplile and run the server and then the client. Describe and explain what happened

c) Run rmic again to generate the new proxies for the modified interface and then run the server and the client. Hand in the source listings and a script of the run outcomes.

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.