Completed
⌨️ Install Intellij IDEA
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java Basics – Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Install Intellij IDEA
- 2 ⌨️ Hello World
- 3 ⌨️ Keywords Explained
- 4 ⌨️ Variables
- 5 ⌨️ Variables: int. byte and long
- 6 ⌨️ Datatype: short
- 7 ⌨️ Datatypes: float and double
- 8 ⌨️ Datatypes: boolean and char
- 9 ⌨️ Operators and Operations
- 10 ⌨️ if statement
- 11 ⌨️ else if and logical NOT operator
- 12 ⌨️ Nested ifs
- 13 ⌨️ logical AND operator
- 14 ⌨️ logical OR operator
- 15 ⌨️ SWITCH statement
- 16 ⌨️ enhanced SWITCH
- 17 ⌨️ FOR loop
- 18 ⌨️ while and do while loop
- 19 ⌨️ Functions
- 20 ⌨️ Functions return
- 21 ⌨️ Arrays
- 22 ⌨️ Arrays Challenge
- 23 ⌨️ Classes
- 24 ⌨️ Classes getters and setters
- 25 ⌨️ OOP: constructors
- 26 ⌨️ OOP: inheritance
- 27 ⌨️ static keyword