You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename this file to "RoundRobin.java". Remove the hardcoded server sockets and replace them with command-line arguments. Extract the server selection logic into a separate method called "selectServer". Remove the "serverIndex" variable as it is no longer needed.
roundrobin.java
Delete this file as its functionality is now covered by the "RoundRobin.java" file.