Solved

The StringBuilder Constructor Used in the Following Statement Will

Question 35

Multiple Choice

The StringBuilder constructor used in the following statement will... StringBuilder str = new StringBuilder(25) ;


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