ABCDEFGHIJKLMNOPQRSTUVWX
1
Do NOT send any edit request to this sheet. Instead, make a copy of your own
to track the progress In this course. (File -> Make a copy)
Entire
Java
Playlist
Link
2
JAVA Series by Akash Sir
3
4
Mark as DoneS.NoTopicVideo REFERENCESource Code & NotesRemarks
5
Introduction
of
Java
1Run Java Project in Terminal and Install Eclipse IDE & JDKhttps://youtu.be/5P9iIOyWF7Eakashchauhan.in/eclipse-jdk-installation
6
2All about:
i). JDK
ii). JRE
iii). JVM
iv). and javac
https://youtu.be/C3-P3hQ6cMUakashchauhan.in/jdk-jre-jvm-and-javac
7
3Java Main Method Explained in-depthhttps://youtu.be/GgNbAElyYCAjava-basics-oops-concepts
8
4Java Variables & Data Types with Code Exampleshttps://youtu.be/dnG0auGVu4s
9
5Java If Else, Switch & Loops Tutorial | Break & Continuehttps://youtu.be/rWYYZ5rBUz0
10
6Why there is no concept of pointers in Java?https://youtu.be/4TJxBuKCiHs
11
7Why Java is not 100% Object Oriented?https://youtu.be/JDxmQ88_pYM
12
8What is JIT Compiler in Java?https://youtu.be/hKeSYBi57cE
13
9Prepare All Core Java Interview Based Questions for Examshttps://youtu.be/EMiwhIHTWWo
14
OOP Concepts using Java1Java Class & Object Full Explanationhttps://youtu.be/VtS_FYoYuTs
15
2How to Correctly Understand Java Abstraction?https://youtu.be/VysctKCRL8A
16
3How to Correctly Understand Java Encapsulation?https://youtu.be/B76VwrM9DGg
17
4How Java Abstraction Differs from Encapsulation?https://youtu.be/VSEMiglVz90
18
5Java Inheritance in-depth concepthttps://youtu.be/Bl92gxs_nZU
19
6How to Correctly Understand Java Polymorphism?https://youtu.be/OXQ7eQjXvmg
20
7Java Method Overloading and Overriding In-depth Concepthttps://youtu.be/Sn6E8biwnVw
21
8Java Interface in-depth concepthttps://youtu.be/oBSPQNHLwoM
22
9Java Abstract and Final class in-depth concepthttps://youtu.be/yjKYOG6V3g0
23
10Java Constructor in-depth concept https://youtu.be/bMIMZagn9Nc
24
11Master Java Stringshttps://youtu.be/9D8VNCGMSMQakashchauhan.in/all-about-string-in-java/
25
12Java Package, import and static import In-depth Concepthttps://youtu.be/xdc9zxi5Slg
26
13Java Access Modifiers/Protection in-depth Concepthttps://youtu.be/Lo2GvmSorMUakashchauhan.in/java-key-concepts/
27
14Java Key Concepts: super(), this, new | Abstract vs Final Class vs Interfacehttps://youtu.be/Eaj5HxA45Voakashchauhan.in/java-key-concepts-oop/
28
15Final Keyword in Java | Final Variable, Method & Class with Exampleshttps://youtu.be/m6-8tjzpsEQakashchauhan.in/java-key-concepts/
29
16Learn Static Keyword in Java | Static Variable, Method, Block & Classhttps://youtu.be/ojBvb0XyrZU
30
17Java Packages Explained | Built-in & User-Defined Package with Exampleshttps://youtu.be/AzX9uUq1di4
31
18Prepare All OOP Java Interview Based Questions for Examshttps://youtu.be/rYtl72kzoas
32
Java File Handling1Complete Java File Handling In Just One Video : Full Simple Tutorialhttps://youtu.be/ONh8b_UKuKQakashchauhan.in/file-handling-in-java/
33
Java Exception Handling1Introduction of Java Exception Handlinghttps://youtu.be/lSVmt0ab5Fsakashchauhan.in/javaexceptionhandling/
34
2Java Catch & Multi Catch Block, e.getPrintMessagehttps://youtu.be/ixsIrwr6mNI
35
3Java try catch and finally in-depth concepthttps://youtu.be/n33aGpQl9Fo
36
4How to learn Java Exception Hierarchy Easilyhttps://youtu.be/t82MZbYrB28
37
5Learn Checked and Unchecked Exceptions in just 15 Minutes Easilyhttps://youtu.be/6R4-IrrIHhU
38
6How Do You Catch Errors in Java and How Are They Different from Exceptions?https://youtu.be/JOAcffmvFgY
39
7Understand when to use 'throw' vs 'throws' in Java: Full Simple Tutorialhttps://youtu.be/IpLgknyoKb0
40
8How to create an user-defined exception in Java? (Easy Way)https://youtu.be/lALb9jvbC1g
41
Java Multi-threading1What is Java Multi-threading?https://youtu.be/hKCqbdXMiBoakashchauhan.in/multithreading/
42
2What are Synchronized Method & Block in Java?https://youtu.be/RHcX-pJyKR0
43
3What are wait() and notify() methods in Java?https://youtu.be/uN1R7frCftk
44
4What is Producer & Consumer Problem in Java?https://youtu.be/0AcEr5aA79Q
45
5What are the Thread Life Cycle & Multi-tasking in Java?https://youtu.be/LFOBEg9dpvM
46
Java Collection and Generic Framework1All about:
i). Introduction to Collection
ii). Generic Framework
iii). Interfaces Iterator
iv). List, Array List and Linked List
v). Set, Hash Set
vi). Array Deque
https://youtube.com/live/Zny1T0wWLa8?feature=sharejava-collection-framework-and-java-generics/
47
Java Swing, AWT, Event Handling and Java FX1All about:
i) Java Swing: Introduction to Swings, Swing applications
Swing Controls
ii) Swing vs. AWT
iii) components of AWT and Swing in Java
iv) Build Project (4+)
v) Graphics Design using Swing
vi) Event Handing & Event Delegation Model
vii) Event Listener Interfaces
viii) Adapter classes
https://youtube.com/live/-di5vTbia2o?feature=sharegui-application-design-using-awt-swing-java
48
2All about:
i) JavaFX basics
ii) System Setup and installation
iii) JavaFX Components:
- stage
- scene
- pane and JavaFX Layouts
- Scene builder
- Animations in JavaFX

https://youtube.com/live/MEFXO6ldxbY?feature=sharejavafx-application-design-complete-tutorial/
49
Java Database Connectivity (JDBC)1All about:
i) Concept of JDBC & MySql
ii) JDBC-MySql integration
iii) Project Creation
iv) Querying / Retrieving Data, Update, Delete Statements, and Inserting related records
v) JDBC drivers
https://youtu.be/2_p3yV6PmCQjdbc-mysql-based-project-creation/
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100