cpu-scheduling CPU scheduling(FCFS, SJF, SRJF, Round robin) in JAVA Implement and evaluate the following scheduling algorithms: First come first served Shortest job first Shortest remaining job first (without pre‐emption) Round robin (without pre‐emption)