In order to clone this you have to do the command git clone https://github.com/LejratMesi/Java-Advance.git.
After you cloned you can open using your prefered IDE.
In the lessons\resource folder you will find some images related to Concurrecy that will help you to understand better why we need Concurrency and what are the limitation of the synchronized keyword.
This repository will help student to understand the main concepts of Java-Advance section from the course. Main topics that we will learn together are :
- OOP concepts in general : classes, interfaces... etc
- Exceptions
- Collections interface in Java 8 and up.
- Generic Types
- JAVA I/O
- Concurrent and parallel programming
- New things that come with JAVA 8 and up.