E is correct. The Date class is located in the java.util package so it needs animport, and DateFormat objects must be created using a static method such asDateFormat.getInstance() or DateFormat.getDateInstance(). A, B, C, and D are incorrect based on the above.