Multiple choice

Which method inserts one string into another and is overloaded to accept value of all the simple types, plus Strings & Objects?

  1. insert()

  2. reverse()

  3. delete()

  4. getChars()

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

The 'insert()' method inserts one string into another. It is overloaded to accept value of all the simple types, plus Strings & Objects.