Hi All,
This is reference to the explaination given in page 72 of HFEJB. The author says that "All of the Collection implementations in the J2SE API are serializable". After a paragraph, it says, "But what type of collection? .. .But that doesn't enough to tell you whether the collection returned by values() is Serializable!"
My questions is, if all the Collection implementations are serializable, the why does the author say, we are not sure if the collection returned by values() is serializable or not?
Am I understanding something incorrectly?
Thanks,
Kiran
