Assume StringBuilder strBuf is "ABCCEFC", after invoking _________, strBuf contains "ABTTEFT".

a. strBuf.replace('C', 'T')
b. strBuf.replace("C", "T")
c. strBuf.replace("CC", "TT")
d. strBuf.replace('C', "TT")
e. strBuf.replace(2, 7, "TTEFT")


e

Computer Science & Information Technology

You might also like to view...

The java.text package contains classes for manipulating all of the following items except ________.

a. classes b. numbers c. strings d. characters

Computer Science & Information Technology

The F7 key opens the Thesaurus pane

Indicate whether the statement is true or false

Computer Science & Information Technology

A user has just updated application software on a PC and now finds the video display does not work with the new application. Which of the following should the technician do FIRST?

A. Check the application web site for known hardware compatibility issues. B. Change the video resolution on the PC. C. Replace the video card. D. Go to the video card vendors website to get the latest drivers.

Computer Science & Information Technology

Use a type prefix, such as C for class name. For example, a student class should be named CStudent.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology