Examlex

Solved

Given the Following Declarations

question 18

Multiple Choice

Given the following declarations:
StringBuilder buffer = new StringBuilder("Testing Testing") ;
Buffer.setLength(7) ;
Buffer.ensureCapacity(5) ;
Which of the following is true?


Definitions:

Related Questions