Which one of the following is the fastest way to concat strings in ASP.NET?

Options
- Concat method of the String object
- Append method of the StringBuilder object
- Plus sign operator to concatenate the strings
- Substring method of the String object


CORRECT ANSWER : Append method of the StringBuilder object

Discussion Board
explain

how ??


Rana 08-12-2015 08:45 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement