new FinalArgs().run();
// d = null; // this will not compile d.setYear(99); // this will compile, and changes the object
System.out.println("Hummm de dummm..."); myFunc(new Date()); System.out.println("Once upon a time...");