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
In our class ClientHandler two fields can be made into local variables and declare them just before they are used in the run method.
private OutputStream out;
private BufferedReader in;
In our class ClientHandler two fields can be made into local variables and declare them just before they are used in the run method.
private OutputStream out;
private BufferedReader in;