Suppose You are creating an ASP.NET page for XYZ. The page uses string concatenation to gather data
from multiple e-mail messages and format the data for display on the page.
You want to ensure that the page displays as quickly as possible.
What should you do?
A. Write code that uses the Append method of the StringBuilder object.
B. Write code that uses the Substring method of the String object.
C. Write code that uses the Concat method of the String object.
D. Write code that uses the plus-sign (+) operator to concatenate the strings.

Submitted by: Administrator
A. Write code that uses the Append method of the StringBuilder object.
Submitted by: Administrator

Read Online MCSD.NET - 70-315 Exam Job Interview Questions And Answers