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...

The page links of a webpage will appear below the header in the navigation area. ?

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

Computer Science & Information Technology

What are the problems of using community strings in SNMP?

What will be an ideal response?

Computer Science & Information Technology