
When i try to compile the code, it says that i must override the run method in both Server and Client classes. Or try to delete the @Override parameter it says

When i delete the @Override parameter, i can compile the code but it gives "java.net.SocketException : Permission Denied" error.
How can i resolve the problem ?

