Collections of my java project to train and strengthen my skill in various java topics.
List of topics such as:
- Initialisation and Data Type
- Casting and Passing By
- Flow of Control
- Conditional Statement, If Else and Switch
- Nested If Else and Nested Switch
- Ternary Operation
- Looping - For, While, Do While
- Nested Loop, Break and Continue
- Operator in Java - Arithmetic, Assignment, Comparison, Logical, Bitwise, Ternary
- Array and Number
- Multidimensional Array
- Method and Modifier
- Encapsulation, Inheritance, and Polymorphism
- Collections - ArrayList, LinkedList, HashSet, HashMap
- Exception Handling - Checked, Unchecked, Error
- Lambda Expression