Kizspy | Question: 33
(Choose 1 answer)
Which of the following statements about static variables is true?
A. Static variables are automatically initialized to their default values.
B. Static variables can only be accessed within the same method.
C. Static variables are stored on the heap.
D. Static variables cannot be modified after they are assigned a value.