Monday, April 6, 2009

IQ On Threading

1. What’s difference between thread and process?
2. What is thread safety and synchronization?
3. What is semaphore?
4. What are monitors?
5. What’s the importance of synchronized blocks?
6. How do we create threads?
7. what’s the difference in using runnable and extends in threads?
8. Can you explain Thread.sleep?
9. How to stop a thread?
10. What is wait() and notify() ?
11. Can you explain how Scheduling and Priority works in threads?
12. Can you explain Yielding in threading?
13. what are daemon threads?

No comments:

Post a Comment