“The only way to learn a new programming language is by writing programs in it.” - Dennis Ritchie

Upcoming Batches
February, 2021
Previous Batch
Development Environment Setup
- Install Java.
- Mac OS:
brew install --cask oracle-jdk
- Install Microsoft Visual Studio code.
- Mac OS:
brew install --cask visual-studio-code
- Install Git.
- Create an account on Github.com
- Get access to Masterclass repository JavaMasterClass2021
L4A1
- Write a
Comparator
to sort an List<String>
containing numbers names according to lenght of number name.
Previous Assignments
Guides
Reference