In Java, you can have a section of code inside a class definition that looks like this:<BR><BLOCKQUOTE><font size="-1">code:</font><HR><pre><BR> static {<BR ...
I have blogged before on the utility of the HttpServer provided with the Oracle HotSpot JVM. One of the general challenges associated with its use is the lack of documentation. Fortunately, its open ...