Taken from Head First SCWCD First Edition mock exam
Which about web attributes are true?
(Choose all that apply.)
A. No attributes are longer lived than session attributes.
B. In all scopes, attributes can be retrieved using a
getAttribute() method.
C. Context attributes survive a session time-out.
D. Only session and context attributes can be
retrieved in an enumeration.
E. Data stored in both request and session objects
is
thread safe.
The correct answers are B-C
But I do not understand why C is correct ?