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

1) Each StringBuilder has a limit of characters that cannot be exceeded.
2) The ToString method can be used to convert a StringBuilder into a
string.
3) When appropriate, using string objects instead of StringBuilder objects
improves performance.
4) Method EnsureCapacity returns the capacity of a StringBuilder.
5) Properties Length and Capacity are used to return the number of
characters in the StringBuilder and the total length allowed (at that time) of the
StringBuilder, respectively.

1) F
2) T
3) T
4) F
5) T

Computer Science & Information Technology

You might also like to view...

A class that implements an interface but does not declare all of the interface’s methods must be declared ________.

a. public. b. interface. c. abstract. d. final.

Computer Science & Information Technology

Usually, jQuery Mobile sites include ____ page div(s) for every page in the site.

A. one B. two C. three D. four

Computer Science & Information Technology