satellite03
IS-IT--Management
server can have a port because it listens to a port. but how a client can have a port ?
here is
is not it wrong ?
here is
Code:
//----
Socket client = server.accept ();
System.out.println("Using port:"+ client.getLocalPort());
//---
//---
is not it wrong ?