Skip to main content
๐Ÿ”ฎ Output PredictionJV Java Medium+20 XP

Array Length

What is the output?

Java
int[] arr = {10, 20, 30};
System.out.println(arr.length);

๐Ÿ”ฎ What is the output?

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep