Path: csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Eric Sosman Newsgroups: comp.lang.java.programmer Subject: Re: Java processors Date: Sun, 22 Jul 2012 20:15:21 -0400 Organization: A noiseless patient Spider Lines: 29 Message-ID: References: <5f101d00-4bc9-4750-939c-cd53605bfa0e@googlegroups.com> <4ff6318d$0$283$14726298@news.sunsite.dk> <9diev791cc84tsljqusgl14shpseba19o7@4ax.com> <89ca24f7-0bf9-4d4b-be91-ef131989c4c9@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 23 Jul 2012 00:15:30 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="d3779b2c4a3397eb5709eec94bad057a"; logging-data="30541"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+KH/WumbHPBmdZD7VJJUpk" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: Cancel-Lock: sha1:IWktcr7n+ufGixa0tlniCKPBgq4= Xref: csiph.com comp.lang.java.programmer:16238 On 7/22/2012 7:17 PM, Wanja Gayk wrote: > In article , esosman@ieee-dot-org.invalid > says... > >>> Which, from a VM point of view, is nothing else than an anonymous static >>> initializer method. >> >> I hadn't thought it necessary to be so explicit, but okay: >> >> class Clown { >> static { >> while(true) System.out.println(":)"); >> } >> } >> >> (Sigh.) > > throw new JokeDetectorTemporallyUnavailableException("Brain on > standby."); In fairness, I suppose the expression "class clown" may be an Americanism, a slang usage not covered in textbooks that even the most assiduous and capable student might read. We all reveal our insularities in a multitude of ways, and perhaps even more obviously when we're trying to be "funny." Sorry for any offense. -- Eric Sosman esosman@ieee-dot-org.invalid