Multiple choice technology enterprise content management

Which attribute determines that object is set immutable by explicit freeze method call?

  1. r_frozen_flag

  2. r_has_frzn_assembly

  3. both

  4. none

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

The r_frozen_flag attribute is set to true when an object is explicitly frozen using the freeze() method, indicating it's now immutable. The r_has_frzn_assembly attribute indicates frozen assembly membership but is not the direct flag for individual object freeze status.