View Single Post
  #2 (permalink)  
Old 11-19-2007, 07:54 PM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
Code:
public class DragosUniqueName { public static void main(String[] args) throws Exception { } private class ClassName { ClassName() { // constuctor } } }
Reply With Quote