Examlex

Solved

Which of the Following Statements Is Not True About the Following

question 16

Multiple Choice

Which of the following statements is not true about the following code?
StringBuilder strb =
New StringBuilder("Total number of parts: ") ;
Strb.insert(23, 32) ;


Definitions:

Related Questions