public marks

PUBLIC MARKS with tags java & coding

2011

ServerSocket (Java Platform SE 6)

by sylvainulg
SO_REUSEADDR for Java -- how to avoid java.net.BindException (at the risk of odd TCP state) [code] ServerSocket x = new ServerSocket(); x.setReuseAddress(true); x.bind(new InetSocketAddress(port)); [/code]

2009

2007

2006

2005

ImportScrubber

by Riduidel
No more unnecessary imports, no more import on demand - just good old single type imports. And they're sorted, too!

Standards and Conventions

by Riduidel
As with any product being built by a team, there are various areas where standards, conventions, and other guidelines can play a role in helping to ensure that the resulting product presents to developers and customers as a unified whole rather than as a

Active users

sylvainulg
last mark : 07/06/2011 08:38

Dliz
last mark : 22/04/2009 10:12

jussij
last mark : 01/03/2007 03:41

wsriley
last mark : 31/12/2006 07:22

josefigueira
last mark : 15/06/2006 13:09

flubba
last mark : 28/09/2005 16:48

Riduidel
last mark : 23/09/2005 10:28