Given:<br /> <img src="https://nimg.ppkao.com/2018-08/wenxueying/2018080110082262986.png?sign=5ac0944f84b4974ea8b312aaa804cf90&t=62d73e16" /><br /> And the following five fragments:<br /> public static void main(String...a) {<br /> public static void main(String.* a) {<br /> public static void main(String... a) {<br /> public static void main(String[]... a) {<br /> public static void main(String...[] a) {<br /> How many of the code fragments, inserted independently at line 2, compile?()
A、0
B、1
C、2
D、3
E、4