What does the following string do to given string str1.

String str1 = “Interviewbit”.replace(‘e’,’s’);

Posted on by