<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Online Assignment ADBMS by Mudit Kapoor</title>
      <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6</link>
      <description>1. Think Pair Share
2. Q &amp;amp; A
3. Peer Review
4. Conclusion/Share</description>
      <language>en-us</language>
      <pubDate>2016-02-26 11:32:29 UTC</pubDate>
      <lastBuildDate>2018-05-31 01:36:17 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.storage.googleapis.com/portrait/notebook.jpg</url>
      </image>
      <item>
         <title>Your Name, Roll No. Subject</title>
         <author>ermuditkapoor</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97682763</link>
         <description><![CDATA[<div>Start your padlet with your name, roll no. and subject.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 07:41:15 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97682763</guid>
      </item>
      <item>
         <title>Mudit Kapoor, B00X, ADBMS</title>
         <author>ermuditkapoor</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97682782</link>
         <description><![CDATA[<div><strong>Think</strong>: Think individually and write the answer.&nbsp;<br><strong>Pair</strong>: Discuss with your neighbours and write the answer under pair heading, try to include the items that you left in think phase, give feedback to your neighbours.<br><strong>Share</strong>: Share the answer with your class mates and discuss on the best possible solution.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 07:42:05 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97682782</guid>
      </item>
      <item>
         <title>Rubrics</title>
         <author>ermuditkapoor</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97682843</link>
         <description><![CDATA[<div>1 Marks for your ans for correct choice&nbsp;<br>1 Mark for your think phase<br>1 mark for your share, not be counted if you have not written share phase.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 07:44:45 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97682843</guid>
      </item>
      <item>
         <title>Aditya Pandey</title>
         <author></author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687216</link>
         <description><![CDATA[<div>E054<br>ADBMS<br><strong>ThInK :</strong><br>Object durability, or&nbsp;<em>persistence</em>, is the term you often hear used in conjunction with the issue of storing objects in databases. Persistence is expected to operate with transactional integrity, and as such it is subject to strict conditions.<br>It is the ability of an object to survive the lifetime of the os process in which it resides.<br><strong>Pair:</strong><br>The object can also be made reachable from some already persistent object. In object oriented approach, class declaration specifies type and operations for a class of objects. User has to separately define persistence object of a type set or list whose value is a collection of references.&nbsp;<br><strong>Share:</strong><br>Q1.-C<br>Q2.-D<br>Q3.-C<br>Q4.-B<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:01 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687216</guid>
      </item>
      <item>
         <title>Deepak Dewani</title>
         <author>kumard8308887772</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687221</link>
         <description><![CDATA[<div>B019<br>ADBMS<strong><br>THINK:<br></strong>Object Persistence is storing the data, the behavior, and the relationships with other objects for later reuse to output valuable information.<strong><br>PAIR:<br></strong>Persistence is the storage of data from working memory so that it can be restored when the application is run again. In object-oriented systems, there are several ways in which objects can be made persistent. It's an important part of design application<strong><br><br>SHARE:<br><br>Answers<br>Q.1) A<br>Q.2) D<br>Q.3) C<br>Q.4) B</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:05 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687221</guid>
      </item>
      <item>
         <title></title>
         <author>tejaswinivijapurapu</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687223</link>
         <description><![CDATA[<div>Tejaswini B014 ADBMS</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:05 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687223</guid>
      </item>
      <item>
         <title>Ashraf B036 ADBMS</title>
         <author>ashraf_syed36</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687228</link>
         <description><![CDATA[<div><strong>Think -&nbsp;</strong><br>Persistence is the ability of an object to survive the lifetime of the OS process in which it resides.<br>Storing object state on persistent storage before de-activation n Upon activation, load object state from persistent storage n Persistent storage can be • File system • Relational Database • Object-Database • Flash-RAM<br>A persistent object continues to exist and retain its data beyond the duration of the process that creates it. In contrast, a transient object exists only within the memory of the process that creates it; when that process terminates, the transient object ceases to exist.<br>We can specify&nbsp; Object Persistence via Naming and Reachability:<br>1 Naming Mechanism: Assign an object a unique persistent name.<br>2 Reachability Mechanism: Make the object reachable from some persistent object.<br><br><br><strong>Pair -<br><br></strong>Some more points what I would like to add more would be that -&nbsp;<br>Object Persistence is achieved when it is transparent to the application developer as well as storing object state on persistent storage before de-activation.<br>It is specified via naming and reachability.&nbsp;<br><br><strong>Answers -<br></strong><br>1- C<br>2- D<br>3- C<br>4- B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:13 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687228</guid>
      </item>
      <item>
         <title>Reetika b013 adbms</title>
         <author>rcritikachaudhary95</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687233</link>
         <description><![CDATA[<div>Think&nbsp;<br>It can be done by 2 ways naming and reachability &nbsp;<br>Assign an object a name through which it can be retrieved<br>Make the object reachable from some persistent object<br>Syntax is persistence &lt;object&gt;<br>PAIR&nbsp;<br>I haven't specified that in traditional databases such as RDBMS or EER model all objects are assumed to be persistent&nbsp;<br>Answers:&nbsp;<br>Question 1) C<br>Question 2) D<br>Question 3) C<br>Question 4) B&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:17 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687233</guid>
      </item>
      <item>
         <title>Pranav Joshi</title>
         <author>pranavjoshi5895</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687238</link>
         <description><![CDATA[<div>B046<br>ADBMS<br><strong><em>Think:</em></strong><br>Object persistence is specified by naming and reachability<br>An object is assigned unique persistence name retrieved by other programs. The object can also be made reachable from some already persistent object.&nbsp;<br>An object A is said to be reachable from object B if sequence of references lead from one object to another. In traditional DB models, objects are inherently assumed to be persistent. In object oriented approach, class declaration specifies type and operations for a class of objects. User has to separately define persistence object of a type set or list whose value is a collection of references.&nbsp;<br><strong><em>Pair:&nbsp;</em></strong><br>An example illustrating pseudocode is not written.&nbsp;<br>&nbsp;Questions:&nbsp;<br>1.C<br>2. D<br>3. C<br>4. B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:27 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687238</guid>
      </item>
      <item>
         <title></title>
         <author>mahajan_rajat95</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687239</link>
         <description><![CDATA[<div>Rajat</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:33 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687239</guid>
      </item>
      <item>
         <title>Akshay Karvir</title>
         <author>akshay_btech2017</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687241</link>
         <description><![CDATA[<div>B061<br>ADBMS<br><br>Think :An object that continues to exist after the program that created it has been unloaded. An object's class and current state must be saved for use in subsequent sessions. In object technology, persistence means storing the object for later use.<br><br>Pair: Object persistence is not just storing the data but it also stores the relationships and the behaviour with other objects for later reuse to output valuable information.<br><br>Share:&nbsp;<br>1) A<br>2) D<br>3) C<br>4) B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:38 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687241</guid>
      </item>
      <item>
         <title>Rishi Raj Gupta B034 ADBMS</title>
         <author>rishirajgupta_nmims</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687243</link>
         <description><![CDATA[<div>Think<br>we can specify the persistence using OID which assigns a unique id to each object., using standalone objects and embedded objects. also we can use persistent storage , and make the access to the objects reachable.<br>Pair<br>My partner has missed some important points&nbsp;<br>1) he didnt specify, that an OID can be used as a tool to make an object persistent.<br>2) Also we need to delete the Object explicitly, because once the object is created it stays in the memory , even after the application shuts down.<br>Q 1) A&nbsp;<br>Q 2) D<br>Q 3) C<br>Q 4) B<br><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:43 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687243</guid>
      </item>
      <item>
         <title>Kajal Rathod</title>
         <author>kajalrathod_nmims</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687246</link>
         <description><![CDATA[<div>B059<br>How will you specify object persistence ?</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:46 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687246</guid>
      </item>
      <item>
         <title>Yay&amp;nbsp;</title>
         <author>emilchristian22</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687248</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:47 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687248</guid>
      </item>
      <item>
         <title>Aayush Sharma B056 ADBMS</title>
         <author>aayushsharma2604</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687251</link>
         <description><![CDATA[<div><strong>Think</strong><br>We can specify&nbsp; Object Persistence via Naming and Reachability:<br>1 Naming Mechanism: Assign an object a unique persistent name.<br>2 Reachability Mechanism: Make the object reachable from some persistent object.<br><strong>Pair</strong>:<br>My partner has not writte the following point:<br>1) He has not written about the embedded object.<br>2) Object has to be deleted explicitly.&nbsp;<br><strong>Share:<br></strong>&nbsp;1 A<br>2 D<br>3 C<br>4 B<br><br>&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:50 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687251</guid>
      </item>
      <item>
         <title>Nishant Soni B055 ADBMS</title>
         <author>soninish95</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687256</link>
         <description><![CDATA[<div>Thinkt is the term often used with storing objects in the database.We can specify the persistence using OID,standalone objects and embedded objects,also we can use persistent storage and make the access to the objects reachable.&nbsp;<br>Specifying object can be done by naming and reachability.<br>Pair<br>My partner has missed few important points .<br>He forgot to specify about OID, I.e. OID can be used as a tool to make an object persistent.<br>2.)Deletion of the object must be explicitly, As once the object is created , It stays in the memory even if the system crashes.<br>Q.1) A<br>Q.2) D<br>Q.3)C<br>Q.4)B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:58 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687256</guid>
      </item>
      <item>
         <title>Anshaz Chugh_B015_ADBMS</title>
         <author>anshazchugh</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687258</link>
         <description><![CDATA[<div>Think: Specifying Object Persistence can be done via Naming and Reachability:<br>1).Naming Mechanism: Assign an object a unique persistent name through which it can be retrieved by this and other programs.<br>2).Reachability Mechanism: Make the object reachable from some persistent object.<br>-&gt;An object B is said to be reachable from an object A if a sequence of references in the object graph lead from object A to object B.<br>-In traditional database models such as relational model or EER model, all objects are assumed to be persistent<br><br>Pair: Persistence is the storage of data from working&nbsp;<br>memory so that it can be restored when the application is run again. Object persistence is a way to make object persistent.&nbsp;<br>Ans 1). C<br>Ans 2). D&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>Ans 3). C<br>Ans 4). B&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:09:59 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687258</guid>
      </item>
      <item>
         <title>Prakhar Goyal | B063 | ADBMS</title>
         <author>prakhar_mpstme</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687263</link>
         <description><![CDATA[<div><br><strong>Think&nbsp;</strong>: A persistent object is an object which is stored in an Oracle database. It may be fetched into the object cache and modified by an OCCI application.<br>The lifetime of a persistent object can exceed that of the application which is accessing it. Once it is created, it remains in the database until it is explicitly deleted.<br>•Naming Mechanism: Assign an object a unique persistent name through which it can be retrieved by this and other programs.</div><div>•Reachability Mechanism: Make the object reachable from some persistent object.<br><br><strong>Pair</strong>:As per my colleague Persistence is the storage of data from working memory so that it can be restored when the application is run again. In object-oriented systems, there are several ways in which objects can be made persistent. It's an important part of design application.<br><br><strong>Q1. C<br>Q2. D<br>Q3. C<br>Q4. B</strong><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:03 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687263</guid>
      </item>
      <item>
         <title>GVA Sashank • B024 • ADBMS</title>
         <author>leonides048</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687264</link>
         <description><![CDATA[<div>Think :Persistence is the storage of data from working&nbsp;<br>memory so that it can be restored when the&nbsp;<br>application is run again. Object persistence is a way to make object persistent.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Pair : there are two ways to make an object persistent :&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1 .Naming Mechanism: Assign an object a unique persistent name through which it can be retrieved by this and other programs.<br>2 .Reachability Mechanism: Make the object reachable from some persistent object.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Answers :&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Q1-&nbsp; | Q2 - D |&nbsp;<br>Q3 - C | Q4 - B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:03 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687264</guid>
      </item>
      <item>
         <title>Niharika Dalal  B017 | ADBMS</title>
         <author>niharika13dalal</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687265</link>
         <description><![CDATA[<div><br><strong>THINK:<br></strong>Object persistence can be specified by using the syntax:<br>persistence &lt;object&gt;<br><br>It can be accessed using:<br>(i) naming<br>(ii) reference<strong><br><br>PAIR:<br></strong>I did not specify reachability and didn't explain naming, reference.<strong><br><br>SHARE:<br><br>QUESTIONS:<br></strong>1. C<br>2. D<br>3. C<br>4. B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:04 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687265</guid>
      </item>
      <item>
         <title>Paridhi Goyal B030 ADBMS</title>
         <author>paridhi_post</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687266</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:06 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687266</guid>
      </item>
      <item>
         <title>Krishna Balasubramanian B008 ADBMS</title>
         <author>krishnabalasubramanian95</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687268</link>
         <description><![CDATA[<div><strong>Think</strong><br>object persistence is specified by&nbsp; 2 mechanisms<br><br>1. Naming Mechanism<strong>&nbsp;</strong>where we assign an object a unique persistent name through which it can be retrieved by this and other programs.<br><br>2. Reachability Mechanism makes the object reachable from some persistent object.An object is said to be persistent if a sequence of the references in the object graph leads to another object.<br><br><strong>Pair (with GVA Sashank)<br></strong>In relational model or EER model, all objects are assumed to be persistent.<br>In Object Oriented approach the user has to enter the type and operations for objects.<br><br><strong>Share</strong></div><div>Answer&nbsp;<br>1-c<br>2-d<br>3-c<br>4-b<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:07 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687268</guid>
      </item>
      <item>
         <title>Aashita E019 ADBMS</title>
         <author>aashitanyati_019</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687269</link>
         <description><![CDATA[<div>Think:&nbsp; Object persistence is specified by either naming or&nbsp; reachability . In naming we specify a name to the persistence object and in reachability the object is reachable through some other object.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>Pair: specified by naming , reachability.In naming we specify a name to the persistence object and in reachability the object is reachable through some other object.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Share:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ans 1 : c.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ans 2: b</div><div>&nbsp;Ans 3: c&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ans 4: b</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:07 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687269</guid>
      </item>
      <item>
         <title>Mradul Agrawal B005</title>
         <author>mradul0786</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687272</link>
         <description><![CDATA[<div>Naming mechanism:Assign a unique persistant name through which it can be retrieved<br>Reachability mechanism: make the object reachable from some persistant object.&nbsp; &nbsp; &nbsp;<br><br>Pair: OO approach, a class declaration specifies only the type and operations for a class of objects.&nbsp;<br><br>Questions-<br>Ans1.&nbsp; A<br>Ans2.&nbsp; D<br>Ans3.&nbsp; C<br>Ans4.&nbsp; B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:08 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687272</guid>
      </item>
      <item>
         <title>Rajat Mahajan E006 ADBMS</title>
         <author>mahajan_rajat95</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687273</link>
         <description><![CDATA[<div>Think: Specifying Object Persistence can be done via Naming and Reachability:<br>1).Naming Mechanism: Assign an object a unique persistent name through which it can be retrieved by this and other programs.<br>2).Reachability Mechanism: Make the object reachable from some persistent object.<br><br><br>Pair: Persistence is the storage of data from working&nbsp;<br>memory so that it can be restored when the&nbsp;<br>application is run again. Object persistence is a way to make object persistent.&nbsp; &nbsp; &nbsp;&nbsp;<br><br><br>Ans &nbsp; 1).&nbsp; A<br>Ans.&nbsp; 2).&nbsp; D<br>Ans.&nbsp; 3).&nbsp; C<br>Ans.&nbsp; 4).&nbsp; B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:08 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687273</guid>
      </item>
      <item>
         <title>Dharmil Sanghavi E056|ADBMS </title>
         <author>sanghavi_dharmil</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687279</link>
         <description><![CDATA[<div>THINK:<br>Specifying Object Persistence via Naming,Reachability,Reference:<br>•Naming Mechanism: Assign an object a unique persistent name through which it can be retrieved by this and other programs.<br>•Reachability Mechanism: Make the object reachable from some persistent object.<br>•In traditional database models such as relational model or EER model, all objects are assumed to be persistent<br>PAIR:&nbsp;<br>Have missed an important example<br>DISCUSS:<br>An object B is said to be reachable from an object A if a sequence of references in the object graph lead from object A to object B.<br>ANSWER:<br>1.C&nbsp;<br>2.D<br>3.C<br>4.B&nbsp;<br><br><br><br><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:15 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687279</guid>
      </item>
      <item>
         <title>Dishant Kaushik | B050 | ADBMS</title>
         <author>dkaushik95</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687281</link>
         <description><![CDATA[<div><strong>Think:  </strong>Object persistence can be specified by naming , by referencing, or by reachability<strong><br>Pair: </strong>Didn't write the syntax and didn't explain each point<strong><br>Share:<br>Answers:<br>Q1: </strong><br><strong>Q2: </strong>D<strong><br>Q3: </strong>C<strong><br>Q4: </strong>B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:17 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687281</guid>
      </item>
      <item>
         <title>Paranka</title>
         <author>paranjay_psp</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687284</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:19 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687284</guid>
      </item>
      <item>
         <title>Jigar Parikh</title>
         <author>jigarparikh_nmims</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687287</link>
         <description><![CDATA[<div>E026<br>ADBMS<br><br><strong><em>Think:<br></em></strong>You can specify the persistent managed classes associated with a persistence unit by using one or more of the following:<br><br></div><ul><li>&lt;mapping-file&gt; element: specifies one or more object-relational mapping XML files (orm.xml files).</li><li>&lt;jar-file&gt; element: specifies one or more JAR files that will be searched for classes.</li><li>&lt;class&gt; element: specifies an explicit list of classes.</li><li>The annotated managed persistence classes contained in the root of the persistence unit.<br><br></li><li>The root of the persistence unit is the JAR file or directory, whose META-INF directory contains the persistence.xml file. To exclude managed persistence classes, add an &lt;exclude-unlisted-classes&gt; element to the persistence unit.</li></ul><div><br><strong>Pair:<br>Missing points are:</strong><br>Object persistence can be specified by using the syntax:<br>persistence &lt;object&gt;<strong><br><br>Share<br>Q1. C<br>Q2. D<br>Q3. C<br>Q4. B</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:21 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687287</guid>
      </item>
      <item>
         <title>Yashashwini Gupta B031 ADBMS</title>
         <author>yashu96</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687288</link>
         <description><![CDATA[<div><strong>Think:</strong>&nbsp;Persistence objects can be specified by assigning a unique persistent name and making the object reachable. In Object Oriented, Class declaration is used to make the object persistent.<br><br><strong>Pair:</strong>&nbsp;Object can be made persistent by defining it from another persistent object. Two methods make an object persistent:<br>Naming Mechanism: Assign an object a unique persistent name through which it can be retrieved by this and other programs.<br>Reachability Mechanism: Make the object reachable from some persistent object.<br><br>Q1. C<br>Q2. D<br>Q3. C<br>Q4. B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:23 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687288</guid>
      </item>
      <item>
         <title>Kartik Desai || B018 || ADBMS</title>
         <author>desaikartik95</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687296</link>
         <description><![CDATA[<div><strong>Think :</strong>&nbsp;<br><strong>Q. How will you specify object persistence?<br><br>Ans.&nbsp;</strong>In traditional database models such as relational model or EER model, all objects are assumed to be persistent. In OO approach, a class declaration specifies only the type and operations for a class of objects. The user must separately define a persistent object .<br><br><strong>Pair :<br>Q. Missing points in think.<br><br>Ans.&nbsp;</strong>Store and restore important data, avoid loss of data in case of power failure , transparency of data, efficiency in terms of complexity.<br><br><strong>MCQ :&nbsp;</strong><br><strong>Q.1.</strong>&nbsp;C<br><strong>Q.2</strong>. D<br><strong>Q.3.</strong>&nbsp;C<br><strong>Q.4.</strong>&nbsp;B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:32 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687296</guid>
      </item>
      <item>
         <title>Shruti Kadam B052</title>
         <author>shrutikadam26</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687297</link>
         <description><![CDATA[<div>Think<br>How will you specify object persistence?<br>Answer-We can specifying Object Persistence via Naming and Reachability:<br>•Naming Mechanism: Assign an object a unique persistent name through which it can be retrieved by this and other programs.<br>•Reachability Mechanism: Make the object reachable from some persistent object.An object B is said to be reachable from an object A if a sequence of references in the object graph lead from object A to object B.<br>•In traditional database models such as relational model or EER model, all objects are assumed to be persistent<br><br>Pair:-Object Persistence can be described as a running domain model to survive power failures or power spikes so that no data is lost. Some describe Object Persistence as serializing objects out to the disk and retrieving them later. Serializing an object usually means to store the values of public properties of an object. De-serializing would be just the opposite and retrieve the values and reconstruct the original object back to its original state.Persistent storage can be&nbsp;<br>• File system&nbsp;<br>• Relational Database&nbsp;<br>• Object-Database. Flash-RAM&nbsp; &nbsp;<br><br>1)A<br>2) D<br>3)C<br>4)B<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:34 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687297</guid>
      </item>
      <item>
         <title>Kartikeya Lakhanpal</title>
         <author>kartikeya_lakhanpal</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687298</link>
         <description><![CDATA[<div>E004, ADBMS&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; Think : .Object Persistence can be described as a running domain model to survive power failures or power spikes so that no data is lost. Some describe Object Persistence as serializing objects out to the disk and retrieving them later. Serializing an object usually means to store the values of public properties of an object. De-serializing would be just the opposite and retrieve the values and reconstruct the original object back to its original state.Persistent storage can be&nbsp;<br>• File system&nbsp;<br>• Relational Database&nbsp;<br>• Object-Database. Flash-RAM&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Pair - Object persistence is specified by either namjng or reachability .In naming we specify the name to a persistence object and in reachability the object is reached through another object. This was the point that was missed in the previous answer.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Q1 - C Q2- D Q3- C Q4-B&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:35 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687298</guid>
      </item>
      <item>
         <title>Shruti Jain B040 Adbms</title>
         <author>jainshruti_14</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687303</link>
         <description><![CDATA[<div>THINK :Object Persistence is specified by naming, reachbility ,ie by assigning a name through which it can be retrived or also retrived using already persistent object . And in traditional database models such as relational model or EER model, all objects are assumed to be persistent<br><br>PAIR: I have not specified the syntax ie<br>           persistence&lt;object&gt; <br><br>Answers<br>Q1 C<br>Q2 D <br>Q3 C<br>Q4 B</div><div><br>SHARE</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:10:55 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687303</guid>
      </item>
      <item>
         <title></title>
         <author>payal_ninawe</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687317</link>
         <description><![CDATA[<div>Payal&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:11:14 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687317</guid>
      </item>
      <item>
         <title>Payal Ninawe E018</title>
         <author>payal_ninawe</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687319</link>
         <description><![CDATA[<div>Think-Object persistance can be specified via naming and reachability.<br>Naming Mechanism: Assign an object a unique persistent name through which it can be retrieved by this and other programs.<br>Reachability Mechanism: Make the object reachable from some persistent object.<br>An object B is said to be reachable from an object A if a sequence of references in the object graph lead from object A to object B.<br>In traditional database models such as relational model or EER model, all objects are assumed to be persistent.<br> <br>In OO approach, a class declaration specifies only the type and operations for a class of objects. The user must separately define a persistent object of type set (DepartmentSet) or list (DepartmentList) whose value is the collection of references to all persistent DEPARTMENT objects.<br><br>Pair- Object Persistence can be described as a running domain model to survive power failures or power spikes so that no data is lost. Some describe Object Persistence as serializing objects out to the disk and retrieving them later. Serializing an object usually means to store the values of public properties of an object. De-serializing would be just the opposite and retrieve the values and reconstruct the original object back to its original state.Persistent storage can be <br>• File system <br>• Relational Database <br>• Object-Database. Flash-RAM            <br><br>Share<br>1)A<br>2)D<br>3)C<br>4)B<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:11:15 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687319</guid>
      </item>
      <item>
         <title>Emil E058 ADBMS</title>
         <author>emilchristian22</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687331</link>
         <description><![CDATA[<div>Naming , Constructor, Reachability&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PAIR&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;In naming we specify a name to the persistence object and in reachability the object is reachable through some other object&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ans 1&nbsp; C.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ans 2&nbsp; B.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ans 3 C.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ans 4 B.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:11:39 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687331</guid>
      </item>
      <item>
         <title>Prayashi Bohra,b012</title>
         <author>prayashi_s_bohra</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687333</link>
         <description><![CDATA[<div>Ans1:<br><br><strong>Think:</strong><br>Persistence is the storage of data from working memory so that it can be restored when the application is run again. In object-oriented systems, there are several ways in which objects can be made persistent. It's an important part of design application.<br><br><br><strong>Pair:</strong><br><strong><em>Naming Mechanism:</em></strong><br>&nbsp;Assign an object a unique persistent name through which it can be retrieved by this and other programs.</div><div><strong><em>•Reachability Mechanism:&nbsp;</em></strong><em><br></em>Make the object reachable from some persistent object.</div><div><br><strong><em>Persistent storage can be&nbsp;</em></strong><br>• File system&nbsp;<br>• Relational Database&nbsp;<br>• Object-Database.<br><br><br><strong>Share:<br>1. A<br>2. D<br>3. C<br>4. B</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:11:42 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687333</guid>
      </item>
      <item>
         <title>Tejaswini&amp;nbsp;</title>
         <author>tejaswinivijapurapu</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687346</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:12:03 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687346</guid>
      </item>
      <item>
         <title>Tejaswini B014 ADBMS </title>
         <author>tejaswinivijapurapu</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687347</link>
         <description><![CDATA[<div>Think&nbsp;<br>It is the storage of data from working memory so that it can be restored when the application is run again. It can be defined as a running domain model to survive power failures or power spikes so that no data is lost.<br>Object persistance is achieved when it is transparent to the application developer as well as storing object state on persistent storage before deactivation.<br>It can be achieved by naming and by reachability.<br><br>Pair<br>Referencing hasn't been mentioned and explained in detail.&nbsp;<br>The syntax has also been omitted.<br>Which is persistance&lt;object&gt;<br>Have also missed the types of persistance storage.<br><br>1-C<br>2-D</div><div>3-C<br>4-B</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:12:03 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687347</guid>
      </item>
      <item>
         <title>Paridhi Goyal B030 ADBMS</title>
         <author>paridhi_post</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687429</link>
         <description><![CDATA[<div>Think<br>It can be done in 2 ways Naming and Reachability. We can either assign the pbject a unique persistent name through which it can be retrieved or by making it from a persistent object.<br><br>Pair<br>A persistent object is an object which is stored in an Oracle database. It may be fetched into the object cache and modified by an OCCI application. The lifetime of a persistent object can exceed that of the application which is accessing it. Once it is created, it remains in the database until it is explicitly deleted.&nbsp;<br><br>Question<br>1. A<br>2. D<br>3. C<br>4. B<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:13:58 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687429</guid>
      </item>
      <item>
         <title>astha Jain b038 Adbms</title>
         <author>1995astha</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687430</link>
         <description><![CDATA[<div>Think: Object persistence can be specified by Naming and Reachability. We can either assign the object a unique persistent name through which it can be retrieved or by making it reachable from a persistent object.&nbsp;<br><br>Pair:&nbsp; In OO approach, a class declaration specifies only the type and operations for a class of objects therefore persistent objects must be separetly defined and in traditional databases every object is assumed to be persistent.<br><br>SYNTAX&nbsp; persistence&lt;object&gt;<br><br>Q1.&nbsp; A<br>Q2.&nbsp; D<br>Q3.&nbsp; C<br>Q.4&nbsp; B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:13:58 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687430</guid>
      </item>
      <item>
         <title>Animesh Ghose</title>
         <author>animesh_ghose95</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687436</link>
         <description><![CDATA[<div>B027<br>Think:&nbsp; storing the data, behaviour, and relationships with other entities for later use to output valuable infirmation.&nbsp;<br>Pair:&nbsp;<br>Naming and reachability, transparency and efficiency.<br>1 C<br>2 D<br>3 C<br>4 B<br><br>&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:14:12 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687436</guid>
      </item>
      <item>
         <title>Nehal Agrawal B003 Adbms</title>
         <author>agrawal_nehal2810</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687519</link>
         <description><![CDATA[<div>Think&nbsp;<br>Object persistence is specified&nbsp; by&nbsp; giving an object a name. This name helps in accessing that object uniquely. It can also be specified by making the object reachable from another persistent&nbsp; object. Reachable means that a sequence of references from object 1 leads to object 2.&nbsp;<br>Pair (Yashashwini Gupta B031)<br>In OODB, objects are made persistent by class declaration.&nbsp;<br><br>Persistent objects are required so that even after the system is turned off, the object and it's data must persist. Objects&nbsp; are made persistent by assigning&nbsp; them an unique&nbsp; name and making&nbsp; them reachable&nbsp; from other object. In OODB systems, objects are made persistent by class declaration.<br><br>Share<br>1-C<br>2-D<br>3-C<br>4-B</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:16:10 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687519</guid>
      </item>
      <item>
         <title></title>
         <author>kajalrathod_nmims</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687540</link>
         <description><![CDATA[<div>Kajal rathod<br>Think : how will you specify object persistence : A&nbsp;<strong>persistence object</strong>&nbsp;is an object which is stored in an Oracle database. It may be fetched into the object cache. Once it is created, it remains in the database until it is explicitly deleted.<br><br>Pair : object persistence is not just storing the data but it also stores the behavior and relationships with other objects for later reuse to output valuable information.<br>Share :&nbsp;<br>1) A<br>2) D<br>3) C<br>4) C<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:16:35 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687540</guid>
      </item>
      <item>
         <title>Harsh </title>
         <author>harshmody4</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687596</link>
         <description><![CDATA[<div>E013 ADBMS.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Think&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Persistence&nbsp; is data&nbsp; storage which can be used when program is run again. It can be specified via file system ,relational database , object&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Pair.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Object persistence is specified by either naming or reachability.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;In naming we specify a name to the persistence object is and in reachability the object is reachable through some other object.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Q1. C&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Q2. D.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Q3. C.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Q4. B&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:18:16 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687596</guid>
      </item>
      <item>
         <title>Paranjay E023 ADBM</title>
         <author>paranjay_psp</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687711</link>
         <description><![CDATA[<div>Think<br>Persistent objects are created by applications. Each persistent object has an object identifier (OID) and is an instance of a class. The class may be defined in an object-oriented programming language, or it may be a class defined by Objectivity/DB (for example, ooObj).<br><br>1. A<br><br>2. D<br><br>3. C<br><br>4. B<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:21:11 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687711</guid>
      </item>
      <item>
         <title>Shubhi Bakliwal</title>
         <author></author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687796</link>
         <description><![CDATA[<div>B009 Adbms<br>object persistency is defined by giving the object a name. This name helps in acessing the object uniquely. It can also be specified by making the object reachable from another persistent object.&nbsp;<br><br>PAIR: not mentioned referencing. Also did not explain in detail and i could have talked about the syntax and discuss what persistency is.&nbsp;<br>Not mentioned the types of persistence storage.&nbsp;<br><br>SHARE:&nbsp;<br>ANSWERS:&nbsp;<br>Q1. C<br>Q2. D<br>Q3. C&nbsp;<br>Q4. B<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:23:15 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687796</guid>
      </item>
      <item>
         <title>Rajat</title>
         <author>paranjay_psp</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687821</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:23:32 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687821</guid>
      </item>
      <item>
         <title>Rajat Mahajan E006 ADBMS</title>
         <author>paranjay_psp</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687827</link>
         <description><![CDATA[<div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:23:38 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97687827</guid>
      </item>
      <item>
         <title>Paranjay E023 ADBM</title>
         <author>paranjay_psp</author>
         <link>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97688140</link>
         <description><![CDATA[<div>Pair<br><br><br>Persistent objects are created by applications. Each persistent object has an object identifier (OID) and is an instance of a class. The class may be defined in an object-oriented programming language, or it may be a class defined by Objectivity/DB (for example, ooObj).</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-02-27 10:30:00 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/pzj2vakyrrl6/wish/97688140</guid>
      </item>
   </channel>
</rss>
