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 client activated objects and server activated objects?
What do you mean by authorization?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What symbol specifies the beginning of a query string?
How does exception management works in ASP.NET?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What are the new features implemented in ASP.NET?
Explain login control and form authentication.
How should I destroy my objects in asp.net?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What is odata in web api?
How we implement web farm and web garden concept in asp.net?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is Model-View-View Model?