Skip to content

This Java project simulates a company workflow with departments, employees, teams, and tasks. It applies OOP principles, collections, exceptions, and multithreading. Tasks run as threads with progress tracking, business rules are enforced, and a demo app shows creation, assignment, and execution.

Notifications You must be signed in to change notification settings

CodM4t/Study-Project-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrates skills in: Object-oriented programming and design patterns. Working with collections, generics, and iterators. Exception handling and custom error types. Multithreading and concurrent task execution. Applying business logic in software design.

About

This Java project simulates a company workflow with departments, employees, teams, and tasks. It applies OOP principles, collections, exceptions, and multithreading. Tasks run as threads with progress tracking, business rules are enforced, and a demo app shows creation, assignment, and execution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages