ThreadLocal is probably near the top of the list. This class is the main way a lot of the magic happens in higher level frameworks, and if used properly, provides an interesting way of sharing references amongst a thread.
The Reflection package is also pretty powerful and a worthwhile tool to use in moderation.