Multiple choice

Which of the following functions or methods in Java is used to concatenate string at the end of any other string?

  1. valueof()

  2. insert()

  3. append()

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This method concatenates the string at the end of any other string.