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
Give me one example of Web API Routing?
How can we make sure that Web API returns JSON data only?
calling result set one procedure to anothar procedure in sql2000
Is asp.net and .net the same?
What are the merits and demerits of viewstate?
What is a global postback url?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Explain difference between dataset and datareader?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is special types forms
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How will create assesblies at run time?
What is server transfer?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Why mvc is faster than asp.net? : Asp.Net MVC