CEFR B2

reference type

noun phrase

Meaning

A data type that stores a reference to a location in memory where the actual data is stored, allowing for modification and manipulation of the data.

Examples

  • In Java, strings are reference types, which means they can be changed after they are created.
  • The programmer used a reference type to store the complex data structure, allowing for efficient modification and retrieval of the data.