Question: Assume a String object s contains ABCABC, which expression below returns a new String object containing aBCaBC? Assume a String objects contains ABCABC, which expression

Assume a String object s contains "ABCABC", which expression below returns a new String object containing "aBCaBC"?

Assume a String object s contains "ABCABC", which expression below returns a

Assume a String objects contains "ABCABC", which expression below returns a new String object containing "aBCaBC"? s.toLowerCase(s) s.toLowerCase() s.replace('A', 'a') s.replace('a', 'A')

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!