Which of the following statements about a String is correct? June 6, 2022 by admin โช Choose the correct option.Which of the following statements about a String is correct?A. A String is created on the stack.B. Whether a String is created on the stack or the heap depends on the length of the String.C. A String is a primitive.D. A String is created on the heap. Submit Answer