Java-Process-Scheduling-Algorithms Preemptive SJF, Non Preemptive SJF, and Non Preemptive Priority using Java Run Main.java to start the program Example run test: Enter number of process (3-10): 5 Enter burst time: 2 5 5 6 4 Enter arrival time: 0 1 2 3 4 Enter priority: 5 11 1 1 10