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
Is asp.net mvc still used? : Asp.Net MVC
How can we access static variable?
What is the compiled object?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Do you know caching feature?
What is mvc in asp.net tutorial? : Asp.Net MVC
How you can add an event handler?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
How can we provide the WebParts control functionality to a server control?
Explain about the .NET framework?
Using code explain Configuration Management
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Explain difference betn dataset and recordset?
What is the difference between cookie and session?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?