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 session cookies?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Can we have multiple master pages in asp net?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Is asp.net mvc front end or backend? : Asp.Net MVC
What is Pre-Render event in ASP.NET?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
How to handle errors in Web API?
Explain Session state management options in ASP.NET.
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
In asp.net, how can you validate drop down box?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
Explain the difference between globalization and localization techniques
What is the purpose of session management?