Why are strings in c# immutable?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is the difference between properties and indexer in c#?

0 Answers  


how to print invert pyramid in c#

0 Answers   ForSight,


Can property be private in c#?

0 Answers  


What are the differences between system.string and system.text.stringbuilder classes?

0 Answers  


class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?

2 Answers  






What do you mean by thread safe in c#?

0 Answers  


can we declare a variable by name "this" in a class? Please explain?

3 Answers   IBM,


Is functional interface runnable?

0 Answers  


Is there a way of specifying which block or loop to break out of when working with nested loops?

0 Answers  


Is there an equivalent of exit() for quitting a c# .net application?

0 Answers  


How does split work in c#?

0 Answers  


can we assign null value to value type in c#?

12 Answers   Idea, Microsoft, Wipro,


Categories