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 is the difference between serialization and deserialization in c#?
What is the use of oops in c#?
What is the use of table aliases?
Explain data types in c#?
Why do we need indexer in c#?
What is difference between C# and VB.NET?
What are generics in c#.net?
What is a event in c#?
What are satellite assemblies?
Why is hashset faster?
How to override a function in c#?
Describe ways of cleaning up objects in c#.
What is the difference between == and object.equals?
What is difference between interface and abstraction?
How to create multi-dimensional array?