This is actually my assignment. It's about using RMI to connect clients to a server to check a database(a text file) of cricket statistics. The client can invoke 2 method : int getRuns(String), which return an integer value and PlayerStats getPlayer(String), which returns an entire object...