ramsey9128 ramsey9128 10-01-2023 Computers and Technology contestada Which of the following is the correct statement to return a string from an array a of characters? A. toString(a) B. new String(a) C. convertToString(a) D. String.toString(a)