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
How does the service stream content?
How do we ensure view state has not tampered?
What is the behavior of a Web browser when it receives an invalid element?
Difference between web user control and web custom control?
What is session management in web application?
If we remove web.config or machine.config from the application then, is this application will works?
Can we use a static function with a non-static variable?
Define tracing.
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Explain the difference between array and linkedlist?
What is server transfer?
What is an asp.net web form?
Which control has default post back is enabled(true)?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain the differences between clr & cts?