Question:What is the output of the given program?
public class Test97 {
        public static void main(String[] args) {
                int[][] a = new int[2][2];
                System.out.println(a.length);
        }
}
 

A 0 

B 2 

C 3 

D 4 

+ Answer
+ Report
Total Preview: 558

Copyright © 2024. Powered by Intellect Software Ltd