UN ALTRO ESEMPIO client/server
DataInputStream os = new DataInputStream(cs.getInputStream());
while(is.available()>0) res += is.readDouble();
os.close(); is.close(); cs.close();
} catch (UnknownHostException e){
System.err.println("Host unknown"); }
catch (Exception e){ System.err.println(e); }