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
What is latest version of asp.net mvc? : Asp.Net MVC
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
Describe the disadvantage of cookies.
What is the purpose of App_Code folder in ASP.NET? Why we this?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How many types of cookies are there in asp.net?
What is http pipeline in asp.net?
What are the various types of cookies in asp.net?
Can asp.net work on an nt server?
What is the significance of proxy user?
What is route in web api?
What’s difference between “optimistic” and “pessimistic” locking?
How long does an http session last?
What is the meaning of TestApi?
What is the size of Get method and how much data it can store?