Skip to content

Commit 3291ea0

Browse files
authored
Merge pull request Saumay#3 from Saumay/readme_update
Update README.md
2 parents 320c7ee + 55aa08e commit 3291ea0

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
### All the codes and notes of (Core Java Tutorials by Telusko)
1+
### Core Java Tutorials by Telusko
2+
3+
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)
4+
5+
This tutorial is broken down into 18 modules:
6+
1) Intro to Java
7+
2) Variables
8+
3) How Java works?
9+
4) Operators
10+
5) If-else, Loops
11+
6) Arrays
12+
7) Class and Object
13+
8) OOPS Concepts
14+
9) String + StringBuilder + StringBuffer
15+
10) Exception Handling
16+
11) Object Cloning + Serialization
17+
12) File Handling + Serializable
18+
13) Multithreading
19+
14) Collection and Generics
20+
15) Inner Class + Enum + Annotations
21+
17) Stream API
22+
18) New DateTime api

0 commit comments

Comments
 (0)