Multiple choice String constructor cannot be passed char arrays int arrays byte arrays Strings Reveal answer Fill a bubble to check yourself B Correct answer Explanation The Java String class has constructors that accept char arrays, byte arrays, and String objects, but it does not have a constructor that accepts an int array.