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 are the namespace classes used in asp.net mvc? : asp.net mvc
What is difference in .net 1.1 and .net 2.0?
How to use a Master Database in Asp.net?
To wrap up a call to a Web service the standard used is..?
What is the Difference between MVC And MVP design pattrens
What is the use of session state and application state and difference between them?
What is the difference between user control and custom control?
What are the differences between clr & cts?
Explain asp.net mvc request life cycle? : asp.net mvc
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Explain significance of routing? : asp.net mvc
What are the advantages and disadvantages of Using Cookies?
What are the new web part controls in asp.net 2.0 ?
Define authentication and authorization.
What are sessions and cookies?