Is string reference type / value type?
Answer Posted / vijeesh meethale edathil
absolutely string is reference type
value types are int ,char,float ets
other reference types are class,interface,delegates,structs,etc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does dbml mean?
What is asp net c#?
Are structs value types or reference types?
Which is better interface or abstract class in c#?
What is the difference between namespace and class?
What is difference between ienumerable and enumerable in c#?
what is difference between is and as operators in c#?
Can you create partial delegates and enumerations?
What are floating point numbers?
Why data types are important in c#?
What is the difference between User controls and Custom Controls?
How does bitwise xor work?
Describe the types of comments in c#?
Can interface inherit class in c#?
What is callback function in c#?