suppose we have two object;obj1 and obj2
can we assign obj2 to one1;
and if yes; then after assigning suppose we delete obj2
then obj1 will retain obj2 value or not.
Answer Posted / jitender
we can assign the refrence of the object to other object.
since both object have the same memory . if we change the 1
obj then refrence to memeory of 1 obj will get deleted but 2
obj still refers to the same memory location certantily it
will work.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to find last error which occurred in Asp.net ?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What are the two properties that are common on every validation control?
Can the dictionary object be created in client?s scope ?
What is difference between abstract class and an interface?
What is the purpose of using MVC programming pattern in ASP.NET?
How to use ipostback?
In Code-Behind class which kind of code (server or client) is found ?
What is difference between session and application in asp net?
What’s the difference between response .redirect and server.transfer?
What is asp.net localization?
Define cookie.
What is x xss protection?
Define satellite assemblies.
what is AutoEventWireUp and what is the use of This property explain in details?