• 2022-06-09
    在Java中,以下定义数组的语句正确的是()。A.int t[10]=newint[];B.char[]a=”hello”;C.String[]s=newString[10];D.double[]d[]=newdouble[4][];