This repo contains all the codes and notes of the amazing Core Java Tutorials by Telusko
This tutorial is broken down into 18 modules:
- Intro to Java
- Variables
- How Java works?
- Operators
- If-else, Loops
- Arrays
- Class and Object
- OOPS Concepts
- String + StringBuilder + StringBuffer
- Exception Handling
- Object Cloning + Serialization
- File Handling + Serializable
- Multithreading
- Collection and Generics
- Inner Class + Enum + Annotations
- Stream API
- New DateTime api