Assume s is "ABCABC", the method __________ returns a new string "aBCaBC".

a. s.toLowerCase(s)
b. s.toLowerCase()
c. s.replace('A', 'a')
d. s.replace('a', 'A')
e. s.replace("ABCABC", "aBCaBC")


ce

Computer Science & Information Technology

You might also like to view...

The ____________ method places a string inside another string.

a. Remove b. Trim c. Insert d. Sub string

Computer Science & Information Technology

Composition is sometimes referred to as a(n) ___________ relationship.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In a typical system design specification, the _____ section describes the constraints, or conditions, affecting a system, including any requirements that involve operations, hardware, systems software, or security.?

A. ?time and cost estimates B. ?system environment C. ?executive summary D. ?implementation requirements

Computer Science & Information Technology

The text in a scanned image cannot be edited unless ____________________ software is used in conjunction with the scanner to input the scanned text as individual text characters.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology