Is string reference type / value type?
Answer Posted / hari
String is a reference type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If the original method is not static you can declare an override method to be static or not?
Explain how to use an extender provider in the project.
What is oledb in c#?
Can we inherit a class with private constructor in c#?
What is the difference between dataset and datatable in c#?
What's the difference between a method and a procedure?
How more than one version of an assembly can keep in same place?
What is Implementation inheritance and interface inheritance?
To whom a method is accesssed if it is marked as protected internal ?
Is null == null c#?
What are the 2 kinds of data type conversions in c#?
When do we generally use destructors to release resources?
What is the main method in c#?
What is session c#?
Difference between call by value and call by reference in C#?