Answer Posted / micho
Strings are reference types, but they are special reference
types because they are made to behave like value-types.
For instance, after assigning a string to another, the two
strings remain independent. Likewise, you compare strings
with the = operator (because it is overloaded).
You can open the MSDN and see that strings are classes (ie,
reference-types).
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the asp.net security controls?
Why is the standalone environment only useful during the development process?
What is comparevalidator?
What is work flow gen? how can it will work with .Net?
Where is session cookies stored?
What does asp in asp.net stand for?
What are the authentication types in asp.net?
What are the different method of navigation in asp.net?
How would you turn off cookies on a page of a website?
What is client side state management?
What is sdlc process?
What are ASHX files?
Why do we use datasource in asp.net?
Is react a template engine?
How can we pass info between 2 asp.net pages?