Question: Which statement about a read-only variable is _not_ true?
- It can be either static or an instance memeber.
- At run time, its value is evaluated.
- It can be initialized in either the constructor or the declaration.
- It can be initialized at declaration only.
Answer: The correct answer of the above question is Option D:It can be initialized at declaration only.