Is string reference type / value type?
Answer Posted / supraja
sting is reference typpe
| Is This Answer Correct ? | 45 Yes | 3 No |
Post New Answer View All Answers
write a program to find the biggest palindrome in the given string
Name some properties of thread class.
What is an argument in c#?
What is data binding with example?
Why do we use readonly in c#?
What are the 2 broad classifications of fields in c#?
Describe the process of “exception handling implementation” in c#?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Can we inherit a class with private constructor in c#?
What is int32 in c#?
What is jit (just in time)?
What are the differences between a class and a struct?
Are c# strings null terminated?
What is call back method?
what is IDisposal interface