Is string reference type / value type?
Answer Posted / frank
This is the stupidest thread I've seen in many years of surfing the internet, and the stupidest discussion I've witnessed in even more years of software development. All you value type string proponents should start your own club and go hang out with the flat earth society.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can a struct be null?
State the top.NET class that everything is derived from?
What does || mean in programming?
Can a class be private in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
Are there functions in c#?
What is attribute and reflection in c#?
What is public void in c#?
what is a static constructor?
Is string value type c#?
Does c# provide copy constructor?
What is ulong in c#?
What is desktop application testing?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What is Dependency of Injection?