Programming Languages PHP Objective
Mar 01, 2013

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

Choose the correct answer:
A) Concat method of the String object
B) Append method of the StringBuilder object
C) Plus sign operator to concatenate the strings
D) Substring method of the String object
Detailed Explanation

Option B is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback