Which statement about a read-only variable is not true?
It can be initialized at declaration only.
It can be initialized in either the constructor or the declaration.
At run time, its value is evaluated.
It can be either static or an instance memeber.