<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object/m-p/2411930#M538029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the program is executed what happens to the instance of a class&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 06:52:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-05T06:52:18Z</dc:date>
    <item>
      <title>object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object/m-p/2411930#M538029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the program is executed what happens to the instance of a class&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 06:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object/m-p/2411930#M538029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T06:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object/m-p/2411931#M538030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the instance of class is mnothing but an object..and it will be destroyed..and in J2E engine which comes under the netweaver technology..we have garbage collector..this will tak care about the object deletion..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;jaideep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it is useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 07:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object/m-p/2411931#M538030</guid>
      <dc:creator>jaideeps</dc:creator>
      <dc:date>2007-07-05T07:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object/m-p/2411932#M538031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;In ABAP, there is a system routine, that automatically deletes objects ( instances) that can no longer be addressed from the memory which is called a garbage collector. It releases the memory space they occupied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: VAR1 TYPE REF TO CLASS1,&lt;/P&gt;&lt;P&gt;         VAR2 TYPE REF TO CLASS1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now VAR1 &amp;amp; VAR2 are reference varibales.This acts a s a pointer to the objecct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT VAR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now VAR1 will have a momory space allocated in the system &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;CREATE OBJECT VAR2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now VAR2 will have a momory space allocated in the system .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if we do ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VAR1 = VAR2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now both of the Variables are pointing to the same object . So  one object will becone free.&lt;/P&gt;&lt;P&gt;This will get deleted by the garbage collector.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 08:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object/m-p/2411932#M538031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T08:34:17Z</dc:date>
    </item>
  </channel>
</rss>

