Greetings,
Does anybody know of any good reference book that covers the following topics in K&B
SCJP book style?
1. Basic Stream I/O.
2. Serialization Versioning Problems and solutions.
3. Basics of externalizable interface.
4. Basic things to know about the Reflection API
5. Object class methods - clone() specifically, covering practical examples.
6. Observable , observer interface/class ( don't know which one is an interface and in which package these classes/interfaces are present )- basic stuff and some practical examples.
7. Basics of socket programming.
8. java.util.concurrent package and examples.
9. Semaphores, mutex, and locking.
10. Sort of getting started stuff about tcp/ip programming.
Also has anybody got any review for the data structures book 'data Structures and Algorithms in
Java' by Michael T. Goodrich and Roberto Tamassia? I have been reading it for about a week or so. But it seems like it does not have enough examples that use the collections framework. Or may be it is too early to say this. But does anybody know of a better book?
Thanks,
Chan