rtb071190 rtb071190 25-02-2024 Computers and Technology contestada After the following code executes, item has the value ____. string item = “ABCX34”; item.replace(3, 1, “D”); 1.) ABCD34 2.) ABD234 3,) DDDX34 4.) ADDD34