Which of these compile when replacing line 2? (Choose all that apply)
1: char[]c = new char[2]; 2: // INSERT CODE HERE
A.
Arrays define a property called length.
length is not a method, so parentheses are not allowed.