diff --git a/README.md b/README.md index 78e401a..daf8ef8 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -### All the codes and notes of (Core Java Tutorials by Telusko) +### Core Java Tutorials by Telusko + +This repo contains all the codes and notes of the amazing [Core Java Tutorials by Telusko](https://www.youtube.com/watch?v=WOUpjal8ee4&list=PLsyeobzWxl7oZ-fxDYkOToURHhMuWD1BK) + +This tutorial is broken down into 18 modules: +1) Intro to Java +2) Variables +3) How Java works? +4) Operators +5) If-else, Loops +6) Arrays +7) Class and Object +8) OOPS Concepts +9) String + StringBuilder + StringBuffer +10) Exception Handling +11) Object Cloning + Serialization +12) File Handling + Serializable +13) Multithreading +14) Collection and Generics +15) Inner Class + Enum + Annotations +17) Stream API +18) New DateTime api