-
Java Persistence API (JPA) ~ Part 1 ~ The basics
What is persistence? Applications are designed to store and manipulate data in a remote datasource/database so that it can be retrieved, processed, transformed or analyzed at a later time. Persistence refers to the…
-
Java Objects & Classes
An object contains data and the behaviors of a single concept. The way we represent objects and how we use them are defined in classes therefore objects are an instance of a class…