Java Multi-threading is quite tricky to understand. But if you understand its basics clearly, all other aspects to understand become so easy. Here are the first series of Java Multi-threading Interview Questions and Answers
What are the different ways to create Threads in java
Why the wait and notify methods are part of Object class and not Thread class
What is difference between wait