What is the fastest way to concat strings in ASP.NET ? What should you do?

 Posted by Muhilan on 12/7/2009 | Category: ASP.NET Interview questions | Views: 27965
Select from following answers:
  1. Write code that uses the Append method of the StringBuilder object
  2. Write code that uses the Substring method of the String object
  3. Write code that uses the Concat method of the String object
  4. Write code that uses the plus-sign (+) operator to concatenate the strings.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response