CSC152 2005F, Class 39: Pause for Breath Admin: * Sam is sick. * Women's soccer tomorrow! (EC) * Cool CS talk tomorrow! (EC) Overview * Questions on the exam * End early Can you use java.util.Array's static methods without importing the class? * No. Then why could I write Math.PI * Because Math is really java.lang.Math, and you don't need to import the classes in package java.lang