posted 18 years ago
I would recommend that when you start to study the stack and the heap, you leave String objects out of the mix - they are a special case! Get the concepts of how the stack and heap work down very clearly first. Then, and only then, you can look at the String constant pool (which, by the way is part of the heap.)
Also, on the 5.0 exam we really tried to minimize the importance of the String constant pool - some of you might get one question that relates to this pool - but most of you probably won't get any - so I'd advise that you focus more on the topics that are tricky AND that get a lot of coverage on the exam. For example: threads, GC (for non-String objects), generics, paths, serialization, collections, inner classes.
hth,
Bert
Spot false dilemmas now, ask me how!
(If you're not on the edge, you're taking up too much room.)