Select from following answers:- Concat method of the String object
- Append method of the StringBuilder object
- Plus sign operator to concatenate the strings
- Append method of the StringBuilder object
- All Above
Append method of the StringBuilder object is the fastest way to concat strings in ASP.NET
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator