From c8cff2bcfe29a3af31a6b7374a7a6d17a4cab0fb Mon Sep 17 00:00:00 2001 From: Saumay Khandelwal Date: Sat, 23 Jul 2022 00:55:17 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e401a..797ea36 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) + +The 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 +16) Stream API +17) New DateTime api From 55aa08ed1821cee5fe170ab9b89b13d8a9da0525 Mon Sep 17 00:00:00 2001 From: Saumay Khandelwal Date: Sat, 23 Jul 2022 00:56:50 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 797ea36..daf8ef8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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) -The tutorial is broken down into 18 modules: +This tutorial is broken down into 18 modules: 1) Intro to Java 2) Variables 3) How Java works? @@ -18,5 +18,5 @@ The tutorial is broken down into 18 modules: 13) Multithreading 14) Collection and Generics 15) Inner Class + Enum + Annotations -16) Stream API -17) New DateTime api +17) Stream API +18) New DateTime api