The false statement is: "String names4[][] = [("tom","jim")("emma","nancy")}". This is not a valid way to initialize a multidimensional array of type String. The correct syntax for initializing this array would be:

String names4[][] = {{"tom","jim"},{"emma","nancy"}};

Which of the following statements about operationson multidimensional arrays is falseString names1l = new String56String names2l = new String5;String names3l = new String6;String names4 = tomjimemmana

原文地址: http://www.cveoy.top/t/topic/g1E5 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录