/* Author: James Tam Version: 2015 Learning objectives: when the constructor is called for static attributes that are references to an object. */ public class Driver { public static void main (String [] args) { Foo aFoo = new Foo(); } }