Java assessment for new training candidates.
- Fork this repository on your own github account.
- Clone the forked repository in your local machine.
- Import the project in any Java IDE.
- Develop MovieService by implementing IFlix interface. Instructions are given in IFlix.java
- Use any Java collection type in MovieService to store movies.
- Write JUnit test cases for MovieService in MovieServiceTest file.
- Keep in mind about possibilities of concurrent access to MovieService.
- Once completed, send the link of your github repo to the recruiter.