fork download
  1. class Main {
  2. public static void main(String... args) {
  3. String[] arr = {"a", "b", "c",};
  4. System.out.println("Size: " + arr.length);
  5. }
  6. }
Success #stdin #stdout 0.03s 245632KB
stdin
Standard input is empty
stdout
Size: 3