-
Fundamentals
a. Common Practices in Java
b. Variables and Data Types
c. Operators
d. Control Flow
e. Packages and Scope
-
Intermediate
a. Object-oriented Programming
-
Encapsulation
-
Inheritance
-
Abstraction
-
Polymorphism
b. Error Handling and Debugging
c. Collections and Generics
-
-
Advanced
a. Graphical User Interface
b. Streams File I/O - WIP
c. Reflection API - WIP
d. Multithreading - WIP
- Make sure you have installed Java SDK 1.8.
- Install IntelliJ Community and open IntelliJ application.
- Download/clone this repo from Github.
- Click
open
button in IntelliJ - Choose the
pom.xml
file at the root path of this repo. - Wait for the import to complete.