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
What is difference Between Authentication and authorization?
What is IPostBack? How to use it?
What is Bundling and Minification in MVC?
What are app services?
What are the navigation ways between pages available in ASP.NET?
Can a master page have more than one contentplaceholder?
What is request and response in asp.net?
Where the viewstate is stored after the page postback?
How long should a session id be?
How do we assign page-specific attributes?
What is a web server? What are the load limits in it?
What are Master Pages in ASP.NET? or What is a Master Page?
What is a server farm in iis?
Who creates jsessionid?
What is enableviewstatemac in asp net?