why it is not run
https://code.sololearn.com/cN1pqq1qVdhS/?ref=app ~ $ java storage/shared/Download/Jvdroid/PROJ/ServerClient.java storage/shared/Download/Jvdroid/PROJ/ServerClient.java:27: error: run() in EchoClientHandler cannot implement run() in Runnable public void run() throws Exception { ^ overridden method does not throw Exception storage/shared/Download/Jvdroid/PROJ/ServerClient.java:54: error: cannot find symbol ems.run(); ^ symbol: method run() location: variable ems of type EchoMultiServer Note: storage/shared/Download/Jvdroid/PROJ/ServerClient.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 2 errors error: compilation failed