SpencerUresk

Random posts about Java, software development, politics, and economics

 RSS Feed

Add to Google Reader or Homepage

Take a look at the following code, and try to guess what is printed:

public static void main(String[] args) {
                Date today = new Date();
               
                Calendar c = new GregorianCalendar();
          […]




More Leopard/Java 6 Reactions