Which is NOT true about a read-only variable?
It can be initialized in either the constructor or the declaration.
It can be either static or an instance member.
At runtime, its value is evaluated.
It can be initialized at declaration only.