A
Q. What is the result of this code?
int[] arr = {10, 20, 30};
System.out.println(arr.length);
- Correct Answer - Option(B)
- Views: 13
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.