Java summer online crash course
HW1
Command-line app based on MVC design pattern
HW2
1. Command-line app based on MVC design pattern and completed with help of TDD methodology.
2. JUnit 101
HW4
Command-line app based on MVC architecture design pattern with Builder creational design pattern.
HW7
1. Wrote equals and hashCode methods without assistance.
2. Implemented example of immutable class pattern.
HW12
1. Implemented the counter for counting occurance of same elements in collections with Number or its subclasses.
2. Implemented immutable list based on ArrayList class functionality.
HW13
Completed assignments aimed to improve Stream API knowledge.
CollectionTest
Implemented the behaviour of the method stated in the assignment.