English Reference
Idiom idiom

primitive type


A data type provided by a programming language as a basic building block, such as integer, character or Boolean.

Meaning adapted from Wiktionary, available under CC BY-SA 4.0.


SIMPLE

An integer is a common primitive type in most programming languages.

CONTEXTUAL

Before you create complex objects, you must understand how to use each basic primitive type.

COMPLEX

The compiler optimizes performance by storing each primitive type directly in the stack memory rather than on the heap.


Last updated August 10, 2026