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
When you use Ajax controls in the ASP.NET application?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
What are the disadvantages of view state?
How can you display all validation messages in one control?
Web API uses which library for JSON serialization?
What is asynchronous call?
Can one dll file contains the compiled code of more than one .net language?
What is asp.net caching?
What are the main requirements for caching?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What are sql joins?
Explain the advantages of asp.net.
What is the latest version of asp.net?
Will session work if cookies is disabled?
What are sharepoint pages?