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
Who can consume WebAPI?
Which asp.net objects encapsulate the state of the client and the browser?
When was asp.net released?
What is state management techniques in asp.net?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
Explain one critical mapping?
What are Master Pages in ASP.NET?
Which is better php or asp.net?
What is a postback in asp net?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What is difference between cookies and cache?
What are the major built-in objects in ASP.NET?
Explain transparent caching with aop?
Where would you use an ihttpmodule, and what are the limitations if any?
How to Separate background image and front image from original picture....