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
Describe how ASP.NET maintains process isolation for each Web application?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What is the difference between a cookie and a pixel?
What are the disadvantages of using session?
Why mvc is better than asp.net? : Asp.Net MVC
What does passport and windows authentication mean in ASP.NET?
Explain server control extensibility with reference to asp.net 2.0 ?
Explain the difference between array and linkedlist?
How to display Alert in ASP.NET
How can I open ashx file in mobile?
Differentiate between early binding and late binding.
What symbol specifies the beginning of a query string?
What are the events that happen when a client requests an asp.net page from iis server?
Explain the various authentication mechanisms in asp.net.
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?