Answers

Question and Answer:

  Home  MCSD.NET - 70-315 Exam

⟩ Suppose You are creating an ASP.NET page for XYZ. The page uses string concatenation to gather datafrom 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.

A. Write code that uses the Append method of the StringBuilder object.

 140 views

More Questions for you: