What is the primary purpose of the Fork/Join framework in Java?
To schedule tasks to run at specific times
To synchronize access to shared resources
To divide tasks into smaller parts and process them in parallel
To manage thread lifecycles