

MCQOPTIONS
Saved Bookmarks
1. |
Which constructor creates an empty string buffer with the specified capacity as length. |
A. | StringBuffer() |
B. | StringBuffer(String str) |
C. | StringBuffer(int capacity) |
D. | None of the above |
Answer» D. None of the above | |