Given the following declaration:
StringBuilder buf = new StringBuilder();
What is the capacity of buf?
a. 0
b. 10
c. 16
d. 20
c. 16
Computer Science & Information Technology
You might also like to view...
________ architecture refers to the design of a network
A) Server B) Client-server C) Network D) Node
Computer Science & Information Technology
The ________ is a vertical line that indicates where text will be inserted when the user begins typing
A) grid line B) ScreenTip C) insertion point D) cell
Computer Science & Information Technology