Hello Ranchers,
I can't clearly understand the reply posted for one of the "There are no DUMB QUESTIONS" in page no. 72.
que.1: I'm sitting here with a HashMap full of serializable Customer objects with
string keys. Do I have to worry about whether the HashMap itself is Serializable ?
All of the implementations of Collection interface are serializable but why would the return type of values() should be relied upon for serializability.
Any input detailing a little more on the reply is appreciated !
~ Shalini