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

 Posted by Vivek.Ramapuram on 6/25/2015 | Category: ASP.NET Interview questions | Views: 6379 | Points: 40
Select from following answers:
  1. Concat method of the String object
  2. Append method of the StringBuilder object
  3. Plus sign operator to concatenate the strings
  4. Append method of the StringBuilder object
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response