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.
Name some classes which is utilized to handle standard menu in MenuStrip control.
14. What is difference between Tool Strip drop down button and toolstripsplit button?
By which method we can add or remove rows from a DataTable object of DataSet?
Define constant and variable.
Provide a detailed introduction on the Side-by-side execution. May two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executable?
Illustrate the difference between the const and readonly?
Describe memory-mapped files?
Illustrate the terms User Control as well as Custom Control?
Explain about pixels, points, and em's whenever fonts are exhibited?
Explain the use of a Connection object?
18,76,764
1953845 Asked
3,689
Active Tutors
1428218
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!