One of the best book on subject is Java Concurrency in Practice.
Part I: Fundamentals
Thread Safety
Sharing Objects
Composing Objects
Building Blocks
Part II: Structuring Concurrent
Applications
Task Execution (downloadable sample
chapter)
Cancellation and Shutdown
Applying Thread Pools
GUI Applications
Part III: Liveness, Performance, and
Testing
Avoiding Liveness Hazards
Performance and Scalability
Testing Concurrent Programs
Part IV: Advanced Topics
Explicit Locks
Building Custom Synchronizers
Atomic Variables and Nonblocking
Synchronization
The Java Memory Model
I think its more than enough to get started with concurrency in Java.