A Java program that will simulate an operating system's job scheduling policy to determine which process will be assigned the CPU when it become available.We will utilize a system of queues to simulate a job scheduling mechanism,The multi-level feed queue (MFQ).