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's difference between constants and static readonly?
Can an interface extend a class c#?
What is the difference between string keyword and system.string class?
What is arraylist c#?
How would you describe encapsulation in c#?
Why do we use threads in c#?
What is void in c#?
What is a template class?
What does exclamation mark mean in access query?
What is a method signature in c#?
Value Type and Reference Type Data type in C#?
What is ado c#?
Explain nullable types in c#?
how to print invert pyramid in c#
What types of object can I throw as exceptions?