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.
Write about the AJAX and JavaScript?
Specify the function of the “SizeMode” property of the PictureBox control?
What is meant by XCOPY?
Explain concept of the Destructor?
Define the term tracing? And also explain that where it can be used?
Specify the pre-requisites for connection pooling?
Illustrate the difference between Web.Config and Machine.Config and where it will be?
Which type of code, a client-side or a server-side, is found in the code-behind file of the Web page?
Distinguish among javascript and vbscript?
What are literals and name the different types of literals in visual basic?
18,76,764
1956062 Asked
3,689
Active Tutors
1437938
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!