Assume StringBuilder strBuf is "ABCDEFG", after invoking _________, strBuf contains "ABCRRRRDEFG".

a. strBuf.insert(1, "RRRR")
b. strBuf.insert(2, "RRRR")
c. strBuf.insert(3, "RRRR")
d. strBuf.insert(4, "RRRR")


c

Computer Science & Information Technology

You might also like to view...

Which of the following are correct?

a) A constructor must be declared for each class. b) A constructor must be declared with a return type c) A default constructor can only be provided by the compiler. d) A class can have only one default constructor. e) A class can have only one constructor.

Computer Science & Information Technology

Dreamweaver users begin first by creating the ____ site.

A. low-fidelity B. remote C. local D. ISP

Computer Science & Information Technology

Which of the following is a task in which users should be able to perform when using the database?

A) Enter data B) Write VBA C) Secure data D) Change objects

Computer Science & Information Technology

In the Action Settings dialog box under Action on click which of the following is NOT an option?

A) Hyperlink to B) Run Program C) End Presentation D) None

Computer Science & Information Technology