多选题
Given:
1. import java.io.*;
2. import java.util.*;
3. import static java.lang. Short.*;
4. import static java.lang. Long.*;
5. public class MathBoy {
6. public static void main(String[] args) {
7. long x = 123456789;
8. short y = 22766; // maximum value of a short is 32767
9. System.out.printf("%1$+10d %2$010d ", x, MAX VALUE - y);
10. System.out.println(new Date());
11. }
12. }
Which are true? (Choose all that apply.)