X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
X Tutup