P

primitive (Java)

In Java code, a primitive data type is one that is stored directly in memory, rather than being a pointer to an object stored elsewhere. Since primitive data types are stored in their raw form, they have hard limits on the size of the data that can be stored in them.