Persistence can have many definitions in Computer Science. For our purposes, let
ID: 3687310 • Letter: P
Question
Persistence can have many definitions in Computer Science. For our purposes, let's just narrowly define Persistence as it's applied to Persistent Objects and how to create them in Java. After doing some research on the web, what would you say is a persistent object in Java? What is persistence in Java, as researched by you on the web? When you do research this online, please do *not* just paste the content from the link you've researched online; instead, to get credit for your post, please *summarize* the content from your link (and, of course, include the link, too :).
Explanation / Answer
As we knew that in java we have Plain Old Java Objects Class. This Class is basically created to reflects the rows in the database. In java persistent objects are basically the instance of these type of classes. If we go in depth so we can say that persistent objects are the one's which exists in memory even after its creator process is died. The concepts of these objects comes in hibernate.
In short we an say that these peristent objects are basically the instance of POJO clas used in hibernate for representing a table.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.