You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A system using Actor Thread Pool in Java. The system help to manage university courses. There are arrays of departments and under each department an array of courses, each student can register to a course provided based on availability and him meeting prerequisites of the course. With this system you can open new courses, cancel existing courses…