Is string reference type / value type?
Answer Posted / kishore.a
String is a reference type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can You Prevent Your Class From Being Inherited By Another Class?
Why delegate is used in c#?
What is the base class from which all value types are derived?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
How do I open the console?
What is cookies c#?
Is double a decimal?
Why do we need abstract class?
Does c# support multiple inheritance (mi)?
How do I trim a space in c#?
Differentiate between sqlclient oledb and providers?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
Can I use exceptions in c#?
What are the generation of Garbage Collection in C# .NET ?
In how many ways you can overload a method?