✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Care este rezultatul urmatoarei secvente de cod?
String sir1 = "aaabbc";
String sir2 = sir1.replaceAll("", "e");
System.out.println(sir2);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!