Which modifier(s) should be used to denote a variable that should not be written out as part of its class's persistent state? (Choose the shortest possible answer.)
D.
A and B are access modifiers.
C is an illegal combination of two access modifiers.
E "volatile" is used for certain multi-threaded situations.