function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Syed F RazaSyed F Raza 

Initializing An Static Variable

Hi All,

In Apex, in a given class, how many times can we re-assign the value of a static variable. Also I belive we can initialize a static variable in static block, can we also initialize static variable in static method. Thanks!!