Life
Life is so fragile. Lately, I have been reminded by how short and precious life can be. Events, one after another, made me rethink of how limited time we all have. Earlier this month, a dear friend lost her mother.…
Life is so fragile. Lately, I have been reminded by how short and precious life can be. Events, one after another, made me rethink of how limited time we all have. Earlier this month, a dear friend lost her mother.…
What is JPA Entity Relationship? Multiplicities are of the following types. Create JPA Entity with One-to-One Relationship Reference: In this example, we create Instructor and InstructorDetail entities and we make a one-to-one mapping between them. Create a new project…
Collections Overview The Java Collections Framework standardizes the way in which groups of objects are handled by your programs. Collections were not part of the original Java release but were added by J2SE 1.2. Prior to the Collections Framework, Java…