What is the syntax for initializing an array in Java?
arr = new int[];
arr = new int[size];
arr = new int[0];
arr = new intsize