Which of the following print out a date representing April 1, 2015? (Choose all that apply)
B, D.
The new date APIs use static methods rather than a constructor to create a new date, E and F are incorrect.
The months are indexed starting with 1 in these APIs, therefore A and C are incorrect.
Option A uses the old Calendar constants which are indexed from 0.