Solved

Look at the Following Statement: StringBuilder Str = New StringBuilder(25);

Question 14

Multiple Choice

Look at the following statement: StringBuilder str = new StringBuilder(25) ;
What will the StringBuilder constructor do?


A) give the object, str, 25 bytes of storage and store spaces in them
B) give the object, str, 25 bytes of storage and not store anything in them
C) give the object, str, 25 or more bytes of storage and store spaces in them
D) give the object, str, 0 bytes of storage

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions