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
Which is faster viewbag or viewdata?
What are the new navigation controls in asp.net 2.0?
Explain the difference between asp and asp.net?
Describe the master page.
What are the advantages of asp.net?
Do I need to have the latest version of windows media player installed?
What are the page life cycle events?
What is mvc in asp.net interview question? : Asp.Net MVC
How many types of state management are there in asp net?
What is bound controls
Explain the difference between web user control and web custom control?
How many languages are supported by .NET at present time?
How we implement web farm and web garden concept in asp.net?
What are sql notifications and sql invalidations?
In a Repeater control how one can provide an alternating color scheme ?