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