Assume StringBuilder strBuf is "ABCDEFG", after invoking _________, strBuf contains "AEFG".
a. strBuf.delete(0, 3)
b. strBuf.delete(1, 3)
c. strBuf.delete(1, 4)
d. strBuf.delete(2, 4)
c
Computer Science & Information Technology
You might also like to view...
Which of the following data types can be used to represent integers?
a. char b. long c. short d. All of the above.
Computer Science & Information Technology
To effectively use Presenter View, Windows must be configured to support two monitors.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Excel's Print Titles command allows the user to specify rows and columns that will repeat on each printed page
Indicate whether the statement is true or false
Computer Science & Information Technology
Web pages are often interactive.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology