Section 9.6 Check Point Questions3 questions 

9.6.1
How do you create a Date for the current time? How do you display the current time?
9.6.2
How do you create a Point2D? Suppose p1 and p2 are two instances of Point2D, how do you obtain the distance between the two points? How do you obtain the midpoint between the two points?
9.6.3
Which packages contain the classes Date, Random, Point2D, System, and Math?