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.
Differentiate between int32 and int?
Write the name of two new properties that are further added in an ASP.NET 4.0 Page class?
Distinguish among javascript and vbscript?
Explain the term Cookie? Explain where it can be used in ASP.NET?
State some differences between the ComboBox control and a ListBox control?
Explain about pixels, points, and em's whenever fonts are exhibited?
Describe the function of a SizeMode property of a PictureBox control?
List the usages of Command object in ADO.NET?
Explain what do you mean by .NET?
Write the name of event handlers which can be included in a Global.asax file?
18,76,764
1932495 Asked
3,689
Active Tutors
1445988
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!