Multiple choice

it cannot be changed is called as

  1. Immutable

  2. Mutable

  3. Both 1 and 2

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

An immutable object or file is one whose state cannot be modified after it is created. This is a common concept in functional programming and distributed file systems.