What does the term immutable mean?
Answer Posted / chandu
Based on the performance, frequent modification to the immutable objects will leave more objects for the garbage collection. So this is a kind of performance issue.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are synchronous and asynchronous operations?
What is returned if you pass the value 12.34 to the parsefloat () function?
What is meant by generics in c#?
What are satellite assemblies? How will you get the different language strings?
What is .dbml file?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What is the wildcard character in sql?
What is difference between dictionary and list in c#?
Explain the difference between Response.Write () and Response.Output.Write ().
How can you reference current thread of the method ?
what happens if you inherit multiple interfaces and they have conflicting method names?
Do we get an error while executing the “finally” block in c#?
How many types of constructors are there?
What is the use of console readline () in c#?
How many types of constructors are there in c#?