System.StringBuilder and System.String classes
State the difference between System.StringBuilder and System.String classes?
Expert
StringBuilder and String classes are used for storing string values but the difference in them is that String is immutable (read only) by nature, because any value once assigned to String object cannot be changed after its creation. When value in String object is changed, a new object is created, in the memory, with new value assigned to the String object. Whereas, the StringBuilder class is mutable, since it occupies same space even after the value is changed. StringBuilder class is more efficient where you need to execute huge amount of string manipulation.
What is meant by Delegate?
Describe disconnected architecture of the ADO.NET's data access model?
How a condition can be implemented in the workflow?
14. What is difference between Tool Strip drop down button and toolstripsplit button?
Distinguish among javascript and vbscript?
Write the name of the parent class of a Web server control?
Write all names of public properties well-defined in the WebService class.
Describe DataReader object?
Illustrate types of Session state management options available with ASP.NET?
Illustrate the terms Response dot Redirect as well as Server dot Transfer?
18,76,764
1955499 Asked
3,689
Active Tutors
1416591
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!