I am trying to understand the basics of RMI in Java but I am having difficulties in setting a variable for each client. What I am trying to do is a calculator with a floating variable for memory, memory that is not shared between clients. How can I do that?
Asked
Active
Viewed 158 times