Yes RMI does handles multiple clients, but you must make your server threadsafe , RMI will dispatch multiple threads into a single server object if multiple clients simultanuosly
make methods call on it so if your server isn't threadsafe your application will fail.