Hello guys! Basically I need to know how to make the client receive multiple lines from the server. In my code it only reads the first line.

Server:

public class Server
{

public static...