Answer Posted / albn
String is a reference type. If two string variable has the
same string it stored in the same heap memory address.
eg in VB.Net
Dim a as string="Hello"
dim b as string="Hello"
both variable refer to same memory address. As strings are
immutable reference type you can't get the change in one
variable to another.
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
Why asp.net mvc is better than asp.net? : Asp.Net MVC
what is command line compiler.what are the steps and how it is related to debugging.
What is a session government?
Difference between .NET and previous version?
Explain server-side scripting?
How can I have a particular web page in an asp.net application which displays its own error page?
Can you explain architecture of your project ?
Is asp.net still used?
What is .net remoting?
explain code with multi inhertance
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
How Can assign alias name for ASP.NET Web API Action?
What is difference between session and cookie?
How to sign out from forms authentication?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC