posted 16 years ago
No, because session beans are not serialized. Stateful session beans may be passivated, where the rules are similar - but not quite the same - as serialization. And one of those rules is that transient variables in a passivated bean are not guaranteed to be brought back with default values on activation.
SCJP 1.4, SCWCD 1.3, SCBCD 1.3