Multiple choice

String constructor cannot be passed

  1. char arrays

  2. int arrays

  3. byte arrays

  4. 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.