| [ next ] [ prev ] [ contents ] | Connascence and Java |
Connascence of execution occurs when the timing of execution is important.
timeout = 200; // Milliseconds socket.writeRequest(data); answer = socket.readResponse(timeout); |
| [ next ] [ prev ] [ contents ] | Copyright 2001 by Jim Weirich. All rights reserved. |