R
Q. What is the output of the below Java code snippet?
Code:
int[] balls = {};
System.out.print(balls.length);
System.out.print(balls.length);
- Correct Answer - Option(A)
- Views: 227
- Filed under category JAVA
Discusssion
Login to discuss.