I am new to multithreading and i would like to implement multithreading to an enterprise application. The problem is i have come across two(2) multithreading frameworks
- Executor framework(Java 1.6)
- Join/Fork framework(Java 1.7)
What are the pros and cons i should know before deciding on one, and start to lea and use.
