What would be the results of executing the following code?
```
StringBuilder str = new StringBuilder("Little Jack
Horner ");
str.append("sat on the ");
str.append("corner");
```
a. The program would crash.
b. str would reference "Little Jack Horner ".
c. str would reference "Little Jac Horner sat on the ".
d. str would reference "Little Jack Horner sat on the corner".
d. str would reference "Little Jack Horner sat on the corner".
You might also like to view...
A small symbol that displays in the upper left corner of a selected control layout in a form or report that is displayed in Layout view or Design view; used to move or format an entire group of controls
a. Record selector b. Selection tool c. Layout selector
Which of the following is the process of converting ciphertext back into plaintext?
A. ciphering B. encryption C. decryption D. decoding