What is wrong in the following code?
1 public class Test {2 public static void main(String[] args) {3 java.util.Date[] dates = new java.util.Date[10];4 System.out.println(dates[0]);5 System.out.println(dates[0].toString());6 }7 }
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.